mirror of
https://github.com/StevenMcLeod/Freecell68k.git
synced 2024-11-27 02:49:54 +00:00
9 lines
189 B
C
9 lines
189 B
C
#ifndef GAMEMENU_H
|
|
#define GAMEMENU_H
|
|
|
|
void MenuCreate(void);
|
|
void MenuEvent(long menuitem);
|
|
void MenuEditState(Boolean active);
|
|
void MenuUndoState(Boolean active);
|
|
|
|
#endif /* GAMEMENU_H */ |