Moved profiler and adt_trie to logic binary.

--HG--
rename : core/Profiler.cpp => core/logic/Profiler.cpp
rename : core/Profiler.h => core/logic/Profiler.h
rename : core/smn_adt_trie.cpp => core/logic/smn_adt_trie.cpp
This commit is contained in:
"David Anderson
2009-05-14 11:24:07 -04:00
parent 5261873f39
commit caf434aef2
13 changed files with 201 additions and 71 deletions
+4
View File
@@ -45,6 +45,8 @@ ILibrarySys *libsys;
ITextParsers *textparser = &g_TextParser;
IVEngineServer *engine;
IShareSys *sharesys;
IRootConsole *rootmenu;
IPluginManager *pluginsys;
static sm_logic_t logic =
{
@@ -65,6 +67,8 @@ static void logic_init(const sm_core_t* core, sm_logic_t* _logic)
g_pCoreIdent = core->core_ident;
g_pSM = core->sm;
sharesys = core->sharesys;
rootmenu = core->rootmenu;
pluginsys = core->pluginsys;
}
PLATFORM_EXTERN_C ITextParsers *get_textparsers()