mirror of
https://gitlab.com/dosowisko.net/libsuperderpy.git
synced 2025-03-04 09:11:27 +01:00
6 lines
163 B
C
6 lines
163 B
C
|
#include "main.h"
|
||
|
|
||
|
void Menu_Draw(struct Game *game);
|
||
|
void Menu_Preload(struct Game *game);
|
||
|
void Menu_Unload(struct Game *game);
|
||
|
void Menu_Load(struct Game *game);
|