From 6f7374c2fa58c8692b51018864b802e6b876d305 Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Sat, 23 Nov 2024 21:52:24 +0100 Subject: A new start --- src/include/scenes/loading_world_scene.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/include/scenes/loading_world_scene.h (limited to 'src/include/scenes/loading_world_scene.h') diff --git a/src/include/scenes/loading_world_scene.h b/src/include/scenes/loading_world_scene.h new file mode 100644 index 0000000..864fe8d --- /dev/null +++ b/src/include/scenes/loading_world_scene.h @@ -0,0 +1,16 @@ +/* +* BSD 2-Clause “Simplified” License +* Copyright (c) 2019, Aldrik Ramaekers, aldrik.ramaekers@protonmail.com +* All rights reserved. +*/ + +#ifndef INCLUDE_LOADING_WORLD_SCENE +#define INCLUDE_LOADING_WORLD_SCENE + +void loading_world_scene_init(); +void start_loading_world(char* saved_file_path); +void loading_world_scene_render(platform_window* window); +void loading_world_scene_update(platform_window* window); +void loading_world_scene_destroy(); + +#endif \ No newline at end of file -- cgit v1.2.3-70-g09d2