src/signs.h
branchnoai
changeset 9574 698395509d12
parent 9511 f767ad06e86b
child 9631 8a2d1c2ceb88
equal deleted inserted replaced
9573:fa56261c7142 9574:698395509d12
     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"
    67 VARDEF bool _sign_sort_dirty;
    69 VARDEF bool _sign_sort_dirty;
    68 
    70 
    69 void UpdateAllSignVirtCoords();
    71 void UpdateAllSignVirtCoords();
    70 void PlaceProc_Sign(TileIndex tile);
    72 void PlaceProc_Sign(TileIndex tile);
    71 
    73 
    72 /* misc.c */
    74 /* misc.cpp */
    73 void ShowRenameSignWindow(const Sign *si);
    75 void ShowRenameSignWindow(const Sign *si);
    74 
    76 
    75 void ShowSignList();
    77 void ShowSignList();
    76 
    78 
    77 #endif /* SIGNS_H */
    79 #endif /* SIGNS_H */