functions.h
changeset 1309 dab90d4cbf2d
parent 1247 01711347f9ac
child 1310 85cde2193afc
equal deleted inserted replaced
1308:286dda1121ca 1309:dab90d4cbf2d
    45 static inline Point RemapCoords2(int x, int y)
    45 static inline Point RemapCoords2(int x, int y)
    46 {
    46 {
    47 	return RemapCoords(x, y, GetSlopeZ(x, y));
    47 	return RemapCoords(x, y, GetSlopeZ(x, y));
    48 }
    48 }
    49 
    49 
    50 /* game.c */
       
    51 byte *GetString(byte *buffr, uint16 string);
       
    52 void InjectDparam(int amount);
       
    53 
       
    54 int32 GetParamInt32(void);
       
    55 int GetParamInt16(void);
       
    56 int GetParamInt8(void);
       
    57 int GetParamUint16(void);
       
    58 
       
    59 
    50 
    60 /* clear_land.c */
    51 /* clear_land.c */
    61 void DrawHillyLandTile(TileInfo *ti);
    52 void DrawHillyLandTile(TileInfo *ti);
    62 void DrawClearLandTile(TileInfo *ti, byte set);
    53 void DrawClearLandTile(TileInfo *ti, byte set);
    63 void DrawClearLandFence(TileInfo *ti, byte img);
    54 void DrawClearLandFence(TileInfo *ti, byte img);