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

void MenuInit(int f_iWinWidth, int f_iWinHeight);
void MenuRender(void);

#endif