mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-31 10:29:10 +00:00
(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)
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user