1 #ifndef WINDOW_EDITOR_EMPIRE_H
2 #define WINDOW_EDITOR_EMPIRE_H
3 
4 void window_editor_empire_show(void);
5 
6 #endif // WINDOW_EDITOR_EMPIRE_H
7