Moved datapack natives from core to logic (bug 4406 part 10, r=ds).

--HG--
rename : core/smn_datapacks.cpp => core/logic/smn_datapacks.cpp
This commit is contained in:
David Anderson
2010-05-14 21:16:35 -07:00
parent c188491289
commit 96f6cdf677
5 changed files with 25 additions and 23 deletions
+1
View File
@@ -41,6 +41,7 @@ files = [
'smn_lang.cpp',
'smn_string.cpp',
'smn_handles.cpp',
'smn_datapacks.cpp',
'sm_crc32.cpp'
]
if AMBuild.target['platform'] == 'windows':