start menu
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
#ifndef __MENU_H__
|
||||
#define __MENU_H__
|
||||
|
||||
#include "renderer.h"
|
||||
|
||||
int menu_render(int windowWidth, int windowHeight);
|
||||
|
||||
void menu_remove(void);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user