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

void MenuInit(void);
void MenuRender(void);

#endif