summaryrefslogtreecommitdiff
path: root/src/include/scenes/world_map.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/scenes/world_map.h')
-rw-r--r--src/include/scenes/world_map.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/include/scenes/world_map.h b/src/include/scenes/world_map.h
new file mode 100644
index 0000000..d678868
--- /dev/null
+++ b/src/include/scenes/world_map.h
@@ -0,0 +1,16 @@
+/*
+* BSD 2-Clause “Simplified” License
+* Copyright (c) 2019, Aldrik Ramaekers, aldrik.ramaekers@protonmail.com
+* All rights reserved.
+*/
+
+#ifndef INCLUDE_WORLD_MAP_SCENE
+#define INCLUDE_WORLD_MAP_SCENE
+
+void world_map_set_active_world(world* world);
+void world_map_scene_init();
+void world_map_scene_render(platform_window* window);
+void world_map_scene_update(platform_window* window);
+void world_map_scene_destroy();
+
+#endif \ No newline at end of file