yawmmde/source.en/menu.h
2013-06-13 20:40:42 +02:00

9 lines
83 B
C

#ifndef _MENU_H_
#define _MENU_H_
/* Prototypes */
void Menu_Loop(void);
#endif