(svn r12782) -Codechange: remove some functions from functions.h and do not statically 'waste' memory when the old name array is not needed anymore.

This commit is contained in:
rubidium
2008-04-19 08:21:55 +00:00
parent 312d54bc3b
commit 136e26925e
7 changed files with 139 additions and 105 deletions

View File

@@ -78,4 +78,7 @@ struct StringIDCompare
void CheckForMissingGlyphsInLoadedLanguagePack();
StringID RemapOldStringID(StringID s);
char *CopyFromOldName(StringID id);
#endif /* STRINGS_TYPE_H */