summaryrefslogtreecommitdiff
path: root/strings.h
diff options
context:
space:
mode:
authorludde <ludde@openttd.org>2005-07-14 09:53:52 +0000
committerludde <ludde@openttd.org>2005-07-14 09:53:52 +0000
commit53851d5e776484c92d535d756d6cb06a4fc9013a (patch)
tree38011285ce74ce89fc7b048e0ff6e6d88adcd0a7 /strings.h
parent3e62457107457c8295076370425e9a1df44fa58c (diff)
downloadopenttd-53851d5e776484c92d535d756d6cb06a4fc9013a.tar.xz
(svn r2565) Fix: Remove GetParamInt8, GetParamInt16, GetParamUint16.. they are just confusing and just do the same thing as GetParamInt32
Diffstat (limited to 'strings.h')
-rw-r--r--strings.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/strings.h b/strings.h
index f3cd34d1d..2114a1062 100644
--- a/strings.h
+++ b/strings.h
@@ -10,14 +10,8 @@ static inline char* InlineString(char* buf, uint16 string)
}
char *GetString(char *buffr, uint16 string);
-
void InjectDParam(int amount);
-
int32 GetParamInt32(void);
-int GetParamInt16(void);
-int GetParamInt8(void);
-int GetParamUint16(void);
-
uint GetCurrentCurrencyRate(void);
#endif