Files
SabreTools/SabreHelper/Interfaces/IImport.cs
Matt Nadareski 032a8c3142 [DATabase] Miscellaneous integration cleanups
This cleans up a lot of things left over from the original integration of DATabaseTwo into DATabase. This also includes some updates that will make importing DATs even easier and make the import process more streamlined.
2016-05-29 00:07:07 -07:00

8 lines
92 B
C#

namespace SabreTools.Helper
{
public interface IImport
{
bool UpdateDatabase();
}
}