sdlbomber/menu.h

9 lines
99 B
C
Raw Normal View History

#ifndef MENU_H
#define MENU_H
void mainloop(void);
2009-08-09 17:10:35 +00:00
extern struct GameOptions configopts;
#endif