9 lines
99 B
C
9 lines
99 B
C
#ifndef MENU_H
|
|
#define MENU_H
|
|
|
|
void mainloop(void);
|
|
|
|
extern struct GameOptions configopts;
|
|
|
|
#endif
|