(svn r23635) -Add: introduce GSText, to allow translating GameScript text, even over network

This commit is contained in:
truebrain
2011-12-19 21:05:57 +00:00
parent 2ae87e7213
commit b0ac529a6f
13 changed files with 503 additions and 1 deletions

View File

@@ -71,6 +71,8 @@ enum StringControlCode {
SCC_STRING4,
SCC_STRING5,
SCC_ENCODED,
SCC_STRING,
SCC_COMMA,
SCC_DECIMAL,