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 -1
View File
@@ -26,7 +26,7 @@ OBJECTS += smn_bitbuffer.cpp smn_console.cpp smn_core.cpp \
smn_datapacks.cpp smn_entities.cpp smn_events.cpp smn_fakenatives.cpp \
smn_filesystem.cpp smn_gameconfigs.cpp smn_halflife.cpp \
smn_keyvalues.cpp smn_player.cpp \
smn_usermsgs.cpp smn_menus.cpp smn_database.cpp smn_vector.cpp \
smn_usermsgs.cpp smn_menus.cpp smn_vector.cpp \
smn_hudtext.cpp smn_nextmap.cpp
OBJECTS += ExtensionSys.cpp \
ForwardSys.cpp \