10 lines
109 B
C
10 lines
109 B
C
|
|
||
|
#ifndef GAMEOVERMENU_H
|
||
|
#define GAMEOVERMENU_H
|
||
|
|
||
|
#include "menu.h"
|
||
|
|
||
|
MenuData *create_gameover_menu();
|
||
|
|
||
|
#endif
|