Go to the documentation of this file.
22 #ifndef __STRING_TABLE_H
23 #define __STRING_TABLE_H
70 void AddString(
const char *str,
bool copyString);
77 void EncodeString(
const char *input,
int maxCharsToWrite,
SLNet::BitStream *output );
84 bool DecodeString(
char *output,
int maxCharsToWrite,
SLNet::BitStream *input );
87 static void AddReference(
void);
90 static void RemoveReference(
void);
98 void LogStringNotFound(
const char *strName);