Move memutils from core to logic (bug 4406, r=ds).

--HG--
rename : core/MemoryUtils.cpp => core/logic/MemoryUtils.cpp
rename : core/MemoryUtils.h => core/logic/MemoryUtils.h
rename : core/sm_symtable.h => core/logic/sm_symtable.h
This commit is contained in:
David Anderson
2010-05-14 16:14:59 -07:00
parent 0fba0923c8
commit 0032fcaa66
12 changed files with 17 additions and 9 deletions
+1
View File
@@ -28,6 +28,7 @@ OBJECTS = \
smn_functions.cpp \
sm_crc32.cpp \
smn_timers.cpp \
MemoryUtils.cpp \
smn_players.cpp
##############################################