1 #ifndef WINDOW_HOLD_GAMES_H
2 #define WINDOW_HOLD_GAMES_H
3 
4 void window_hold_games_show(int return_to_city);
5 
6 #endif // WINDOW_HOLD_GAMES_H
7