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
+3
View File
@@ -54,6 +54,7 @@
#include "sprintf.h"
#include "LibrarySys.h"
#include "RootConsoleMenu.h"
#include "CDataPack.h"
#include <bridge/include/BridgeAPI.h>
#include <bridge/include/IProviderCallbacks.h>
@@ -158,6 +159,8 @@ static sm_logic_t logic =
DumpAdminCache,
RegisterProfiler,
OnRootCommand,
CDataPack::New,
CDataPack::Free,
&g_PluginSys,
&g_ShareSys,
&g_Extensions,