summaryrefslogtreecommitdiff
path: root/src/include/scenes/loading_world_scene.h
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrikboy@gmail.com>2024-11-23 21:52:24 +0100
committerAldrik Ramaekers <aldrikboy@gmail.com>2024-11-23 21:52:24 +0100
commit6f7374c2fa58c8692b51018864b802e6b876d305 (patch)
treea7e8ead757e9f4de1920395336dcac1c8a989576 /src/include/scenes/loading_world_scene.h
A new start
Diffstat (limited to 'src/include/scenes/loading_world_scene.h')
-rw-r--r--src/include/scenes/loading_world_scene.h16
1 files changed, 16 insertions, 0 deletions
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