forked from mirror/OpenTTD
(svn r2572) - Codechange: [string] Changed string system so it's not as dependent on decode_parameters
- Feature: [strgen] Allow changing the order of parameters in translated strings. - Use {1:TOWN} syntax to set the order. - Codechange: [strgen] Rewrote lots of strgen internals.
This commit is contained in:
@@ -10,6 +10,8 @@ static inline char* InlineString(char* buf, uint16 string)
|
||||
}
|
||||
|
||||
char *GetString(char *buffr, uint16 string);
|
||||
char *GetStringWithArgs(char *buffr, uint16 string, const int32 *argv);
|
||||
|
||||
void InjectDParam(int amount);
|
||||
int32 GetParamInt32(void);
|
||||
uint GetCurrentCurrencyRate(void);
|
||||
|
Reference in New Issue
Block a user