Move CDataPack from core to logic.

This commit is contained in:
David Anderson
2015-09-06 11:02:52 -07:00
parent 69984f472f
commit 67c8ee4ce3
9 changed files with 39 additions and 34 deletions
+1
View File
@@ -79,6 +79,7 @@ binary.sources += [
'sprintf.cpp',
'LibrarySys.cpp',
'RootConsoleMenu.cpp',
'CDataPack.cpp',
]
if builder.target_platform == 'windows':
binary.sources += ['thread/WinThreads.cpp']