summaryrefslogtreecommitdiffstats
path: root/menu_demo/menu.h
blob: b51123b9aa3620ce946501b5ba0a1105adce0c05 (plain)
1
2
3
4
5
6
7
8
#ifndef _CMENU_H
#define _CMENU_H

void MenuInit(void);
int MenuGetState(void);
void MenuRender(void);

#endif