src/statusbar_gui.h
branchnoai
changeset 10645 8cbdb511a674
equal deleted inserted replaced
10644:6c4314786d68 10645:8cbdb511a674
       
     1 /* $Id$ */
       
     2 
       
     3 /** @file statusbar_gui.h Functions, definitions and such used only by the GUI. */
       
     4 
       
     5 #ifndef STATUSBAR_GUI_H
       
     6 #define STATUSBAR_GUI_H
       
     7 
       
     8 enum StatusBarInvalidate
       
     9 {
       
    10 	SBI_SAVELOAD_START,
       
    11 	SBI_SAVELOAD_FINISH,
       
    12 	SBI_SHOW_TICKER,
       
    13 	SBI_SHOW_REMINDER,
       
    14 	SBI_END
       
    15 };
       
    16 
       
    17 bool IsNewsTickerShown();
       
    18 void ShowStatusBar();
       
    19 
       
    20 #endif /* STATUSBAR_GUI_H */