src/StringTable.h

changeset 115
9be16e1c1e44
parent 112
def56932f938
equal deleted inserted replaced
114:6cbeb9f8350f 115:9be16e1c1e44
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 StringTableIndex (const String& a); 34 int getStringTableIndex (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