Moved gameconf code from core to logic (bug 4406 part 11, r=ds).

--HG--
rename : core/GameConfigs.cpp => core/logic/GameConfigs.cpp
rename : core/GameConfigs.h => core/logic/GameConfigs.h
rename : core/smn_gameconfigs.cpp => core/logic/smn_gameconfigs.cpp
This commit is contained in:
David Anderson
2010-05-14 23:35:42 -07:00
parent 96f6cdf677
commit 64455b9852
25 changed files with 254 additions and 204 deletions
-2
View File
@@ -33,7 +33,6 @@ for i in SM.sdkInfo:
'smn_nextmap.cpp',
'sourcemm_api.cpp',
'ChatTriggers.cpp',
'GameConfigs.cpp',
'NativeOwner.cpp',
'smn_filesystem.cpp',
'smn_player.cpp',
@@ -47,7 +46,6 @@ for i in SM.sdkInfo:
'ConVarManager.cpp',
'LibrarySys.cpp',
'PlayerManager.cpp',
'smn_gameconfigs.cpp',
'TimerSys.cpp',
'CoreConfig.cpp',
'Logger.cpp',