Changeset - r2202:65185b96e219
[Not reviewed]
master
0 1 0
tron - 19 years ago 2005-07-26 19:05:07
tron@openttd.org
(svn r2718) Forgot one file
1 file changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
strings.h
Show inline comments
 
@@ -14,6 +14,8 @@ static inline char* InlineString(char* b
 
char *GetString(char *buffr, uint16 string);
 
char *GetStringWithArgs(char *buffr, uint string, const int32 *argv);
 

	
 
extern char _userstring[128];
 

	
 
void InjectDParam(int amount);
 
int32 GetParamInt32(void);
 
uint GetCurrentCurrencyRate(void);
0 comments (0 inline, 0 general)