Move string natives from logic to core (bug 4406 part 8, r=fyren).

--HG--
rename : core/smn_string.cpp => core/logic/smn_string.cpp
This commit is contained in:
David Anderson
2010-05-14 20:04:44 -07:00
parent d80191df3d
commit 85bedca236
7 changed files with 17 additions and 16 deletions
+1
View File
@@ -35,6 +35,7 @@ OBJECTS = \
Translator.cpp \
PhraseCollection.cpp \
smn_lang.cpp \
smn_string.cpp \
smn_players.cpp
##############################################