#ifndef __MENU_H__ #define __MENU_H__ #include "renderer.h" int menu_render(int windowWidth, int windowHeight); void menu_remove(void); #endif