23 #ifndef TINSEL_STRRES_H 24 #define TINSEL_STRRES_H 26 #include "common/scummsys.h" 27 #include "tinsel/dw.h" 31 #define STRINGS_PER_CHUNK 64 // number of strings per chunk in the language text files 32 #define FIRST_STR_ID 1 // id number of first string in string table 33 #define MAX_STRING_SIZE 255 // maximum size of a string in the resource table 34 #define MAX_STRRES_SIZE 300000 // maximum size of string resource file 37 extern bool g_bMultiByte;
64 int LoadSubString(
int id,
int sub,
char *pBuffer,
int bufferMax);
66 int SubStringCount(
int id);
89 int NumberOfLanguages();
int LoadSubString(int id, int sub, char *pBuffer, int bufferMax)
uint32 SCNHANDLE
Definition: dw.h:31
void ChangeLanguage(LANGUAGE newLang)
int LoadStringRes(int id, char *pBuffer, int bufferMax)
LANGUAGE SampleLanguage()
void LanguageFacts(int language, SCNHANDLE hDescription, SCNHANDLE hFlagFilm)