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
@@ -29,6 +29,7 @@ OBJECTS = \
sm_crc32.cpp \
smn_timers.cpp \
MemoryUtils.cpp \
smn_admin.cpp \
smn_players.cpp
##############################################