src/strings.h
branchcpp_gui
changeset 6303 84c215fc8eb8
parent 6298 c30fe89622df
child 6307 f40e88cff863
equal deleted inserted replaced
6302:bd80897189ba 6303:84c215fc8eb8
     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 */