OutRun/src/include/menus.h

22 lines
358 B
C
Raw Normal View History

2022-03-15 20:20:28 +01:00
#ifndef MENUS_H
#define MENUS_H
void drawStartTitle( void );
void getInputStartTitle( void );
int drawMainMenu( void );
void getInputMainMenu( void );
int drawMenuCircuitSelect( void );
void getInputCircuitSelect( void );
void drawCredit( void );
void getInputCredit( void );
void drawOptions( void );
void getInputOptions( void );
2022-03-15 20:20:28 +01:00
#endif // MENUS_H