sdlbomber/menu.h

11 lines
133 B
C
Raw Normal View History

#ifndef MENU_H
#define MENU_H
void mainloop(void);
int iterate(void); /* bomber.c */
extern unsigned char configopts[10];
#endif