functions.h
changeset 1420 83e74e76f600
parent 1377 7ab329d1fc28
child 1538 e1e80f10c029
equal deleted inserted replaced
1419:87baab2cfda7 1420:83e74e76f600
     6 /* window.c */
     6 /* window.c */
     7 
     7 
     8 
     8 
     9 /* landscape.c */
     9 /* landscape.c */
    10 void FindLandscapeHeight(TileInfo *ti, uint x, uint y);
    10 void FindLandscapeHeight(TileInfo *ti, uint x, uint y);
    11 void FindLandscapeHeightByTile(TileInfo *ti, uint tile);
    11 void FindLandscapeHeightByTile(TileInfo *ti, TileIndex tile);
    12 
    12 
    13 void DoClearSquare(uint tile);
    13 void DoClearSquare(uint tile);
    14 void CDECL ModifyTile(uint tile, uint flags, ...);
    14 void CDECL ModifyTile(uint tile, uint flags, ...);
    15 void RunTileLoop(void);
    15 void RunTileLoop(void);
    16 
    16 
    49 
    49 
    50 /* clear_land.c */
    50 /* clear_land.c */
    51 void DrawHillyLandTile(TileInfo *ti);
    51 void DrawHillyLandTile(TileInfo *ti);
    52 void DrawClearLandTile(TileInfo *ti, byte set);
    52 void DrawClearLandTile(TileInfo *ti, byte set);
    53 void DrawClearLandFence(TileInfo *ti, byte img);
    53 void DrawClearLandFence(TileInfo *ti, byte img);
    54 void TileLoopClearHelper(uint tile);
    54 void TileLoopClearHelper(TileIndex tile);
    55 
    55 
    56 /* station_land.c */
    56 /* station_land.c */
    57 void StationPickerDrawSprite(int x, int y, int railtype, int image);
    57 void StationPickerDrawSprite(int x, int y, int railtype, int image);
    58 
    58 
    59 /* track_land.c */
    59 /* track_land.c */