src/signs.h
branchNewGRF_ports
changeset 6719 4cc327ad39d5
parent 6574 e1d1a12faaf7
child 6720 35756db7e577
equal deleted inserted replaced
6718:5a8b295aa345 6719:4cc327ad39d5
     1 /* $Id$ */
     1 /* $Id$ */
       
     2 
       
     3 /** @file signs.h */
     2 
     4 
     3 #ifndef SIGNS_H
     5 #ifndef SIGNS_H
     4 #define SIGNS_H
     6 #define SIGNS_H
     5 
     7 
     6 #include "oldpool.h"
     8 #include "oldpool.h"
    60 VARDEF bool _sign_sort_dirty;
    62 VARDEF bool _sign_sort_dirty;
    61 
    63 
    62 void UpdateAllSignVirtCoords();
    64 void UpdateAllSignVirtCoords();
    63 void PlaceProc_Sign(TileIndex tile);
    65 void PlaceProc_Sign(TileIndex tile);
    64 
    66 
    65 /* misc.c */
    67 /* misc.cpp */
    66 void ShowRenameSignWindow(const Sign *si);
    68 void ShowRenameSignWindow(const Sign *si);
    67 
    69 
    68 void ShowSignList();
    70 void ShowSignList();
    69 
    71 
    70 #endif /* SIGNS_H */
    72 #endif /* SIGNS_H */