src/strings.h
changeset 6320 32d0f299e2fd
parent 6247 7d81e3a5d803
child 6420 456c275f3313
equal deleted inserted replaced
6319:f22cecefdaf7 6320:32d0f299e2fd
     9 extern char _userstring[128];
     9 extern char _userstring[128];
    10 
    10 
    11 void InjectDParam(int amount);
    11 void InjectDParam(int amount);
    12 int32 GetParamInt32();
    12 int32 GetParamInt32();
    13 
    13 
       
    14 bool ReadLanguagePack(int index);
       
    15 void InitializeLanguagePacks();
       
    16 
    14 #endif /* STRINGS_H */
    17 #endif /* STRINGS_H */