summaryrefslogtreecommitdiff
path: root/functions.h
diff options
context:
space:
mode:
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);