summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/scenes/loading_scene.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/scenes/loading_scene.h b/src/include/scenes/loading_scene.h
index 3e49a9a..93e41f3 100644
--- a/src/include/scenes/loading_scene.h
+++ b/src/include/scenes/loading_scene.h
@@ -7,6 +7,11 @@
#ifndef INCLUDE_LOADING_SCENE
#define INCLUDE_LOADING_SCENE
+#define MAX_CREDITED_NAMES 5
+#define MAX_CREDIT_NAME_LENGTH 30
+#define COMPLETE_CREDIT_LENGTH (MAX_CREDIT_NAME_LENGTH*MAX_CREDITED_NAMES)+20
+char complete_credit_text[COMPLETE_CREDIT_LENGTH];
+
void loading_scene_init();
void loading_scene_render(platform_window* window);
void loading_scene_update(platform_window* window);