#ifndef WORLD_GAME_H #define WORLD_GAME_H #include "world.h" #include "SDL2/SDL.h" // function to initialise this world struct world *world_menu_create(); struct world *world_game_create(); #endif