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
@@ -32,6 +32,7 @@ files = [
'smn_functions.cpp',
'smn_timers.cpp',
'smn_players.cpp',
'MemoryUtils.cpp',
'sm_crc32.cpp'
]
if AMBuild.target['platform'] == 'windows':