[ALL] Move to new folders to reflect names

This commit is contained in:
Matt Nadareski
2016-06-12 20:20:50 -07:00
parent 56b35bad6b
commit 4c7942e46e
61 changed files with 13 additions and 13 deletions

View File

@@ -0,0 +1,7 @@
namespace SabreTools.Helper
{
public interface IGenerate
{
bool Export();
}
}