ksys/res: Add GameData

This commit is contained in:
Léo Lam
2020-10-17 17:05:41 +02:00
parent eb222dc784
commit 27da317935
9 changed files with 609 additions and 7 deletions
+7
View File
@@ -0,0 +1,7 @@
#include "KingSystem/GameData/gdtManager.h"
namespace ksys::gdt {
SEAD_SINGLETON_DISPOSER_IMPL(Manager)
}