Move LibrarySys from core to logic.

This commit is contained in:
David Anderson
2015-08-30 20:11:22 -07:00
parent 207f643d3a
commit 6503e92d66
9 changed files with 9 additions and 14 deletions
-2
View File
@@ -35,7 +35,6 @@
#include "sm_globals.h"
#include "sm_autonatives.h"
#include "logic/intercom.h"
#include "LibrarySys.h"
#include "sm_stringutil.h"
#include "Logger.h"
#include "sm_srvcmds.h"
@@ -599,7 +598,6 @@ static sm_core_t core_bridge =
{
/* Objects */
&g_SourceMod,
&g_LibSys,
reinterpret_cast<IVEngineServer*>(&logic_engine),
reinterpret_cast<IFileSystem*>(&logic_filesystem),
&logic_playerinfo,