From 0381073e56049b39df7fa28cc082a41829951724 Mon Sep 17 00:00:00 2001 From: tron Date: Sun, 6 Feb 2005 08:18:00 +0000 Subject: (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) --- functions.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'functions.h') 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); -- cgit v1.2.3-70-g09d2