src/StringTable.h

changeset 112
def56932f938
parent 88
5def6ff8b466
child 115
9be16e1c1e44
equal deleted inserted replaced
111:87d9ebd3ef34 112:def56932f938
29 #ifndef BOTC_STRINGTABLE_H 29 #ifndef BOTC_STRINGTABLE_H
30 #define BOTC_STRINGTABLE_H 30 #define BOTC_STRINGTABLE_H
31 31
32 #include "Main.h" 32 #include "Main.h"
33 33
34 int GetStringTableIndex (const String& a); 34 int StringTableIndex (const String& a);
35 const StringList& GetStringTable(); 35 const StringList& GetStringTable();
36 int CountStringsInTable(); 36 int CountStringsInTable();
37 37
38 #endif // BOTC_STRINGTABLE_H 38 #endif // BOTC_STRINGTABLE_H

mercurial