summaryrefslogtreecommitdiff
path: root/functions.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-02-06 08:18:00 +0000
committertron <tron@openttd.org>2005-02-06 08:18:00 +0000
commit0381073e56049b39df7fa28cc082a41829951724 (patch)
treee7f49d247bb563381139e0a730ab1ece0b430e89 /functions.h
parent0b8876e946b3a9b38b57d9688512cb7a54148720 (diff)
downloadopenttd-0381073e56049b39df7fa28cc082a41829951724.tar.xz
(svn r1813) Declare functions implemented in strings.c in their own shiny new header (though i think some of these function don't belong into strings.c)
Diffstat (limited to 'functions.h')
-rw-r--r--functions.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/functions.h b/functions.h
index 9808f7ccb..2659b4bf4 100644
--- a/functions.h
+++ b/functions.h
@@ -47,15 +47,6 @@ static inline Point RemapCoords2(int x, int y)
return RemapCoords(x, y, GetSlopeZ(x, y));
}
-/* game.c */
-byte *GetString(byte *buffr, uint16 string);
-void InjectDparam(int amount);
-
-int32 GetParamInt32(void);
-int GetParamInt16(void);
-int GetParamInt8(void);
-int GetParamUint16(void);
-
/* clear_land.c */
void DrawHillyLandTile(TileInfo *ti);