strings.h
changeset 2056 4cd298c2e658
parent 1553 4976359e2bf9
child 2063 95259a31ceb5
--- a/strings.h	Thu Jul 14 09:43:59 2005 +0000
+++ b/strings.h	Thu Jul 14 09:53:52 2005 +0000
@@ -10,14 +10,8 @@
 }
 
 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