EveryFileExplorer/3DS/UI/ThemeViewerNew.cs
Gericom ace5092ce5 Added a WiiU plugin with support for BFLIM
It is possible that BFLIM files from the Wii U not work yet.
2015-01-21 18:07:58 +01:00

20 lines
320 B
C#

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
namespace _3DS.UI
{
public partial class ThemeViewerNew : Form
{
public ThemeViewerNew()
{
InitializeComponent();
}
}
}