1 #ifndef WINDOW_EMPIRE_H
2 #define WINDOW_EMPIRE_H
3 
4 void window_empire_show(void);
5 
6 void window_empire_show_checked(void);
7 
8 #endif // WINDOW_EMPIRE_H
9