start menu

This commit is contained in:
2023-01-21 12:13:59 +01:00
parent 8a93d29021
commit 1fdcc41801
6 changed files with 78 additions and 20 deletions
+10
View File
@@ -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