sdlbomber/menu.h

11 lines
134 B
C

#ifndef MENU_H
#define MENU_H
void mainloop(void);
int iterate(void); /* bomber.c */
extern struct GameOptions configopts;
#endif