/* * BSD 2-Clause “Simplified” License * Copyright (c) 2019, Aldrik Ramaekers, aldrik.ramaekers@protonmail.com * All rights reserved. */ #ifndef INCLUDE_MENU_SCENE #define INCLUDE_MENU_SCENE void menu_scene_init(); void menu_scene_render(platform_window* window); void menu_scene_update(platform_window* window); void menu_scene_destroy(); #endif