Move admin natives from core to logic (bug 4406 part 2, r=ds).

--HG--
rename : core/smn_admin.cpp => core/logic/smn_admin.cpp
This commit is contained in:
David Anderson
2010-05-14 17:46:19 -07:00
parent 0032fcaa66
commit 78f5b513c0
9 changed files with 61 additions and 51 deletions
+1
View File
@@ -33,6 +33,7 @@ files = [
'smn_timers.cpp',
'smn_players.cpp',
'MemoryUtils.cpp',
'smn_admin.cpp',
'sm_crc32.cpp'
]
if AMBuild.target['platform'] == 'windows':