summaryrefslogtreecommitdiff
path: root/include/load_screen.h
diff options
context:
space:
mode:
authorSeth Barberee <seth.barberee@gmail.com>2021-12-31 15:36:39 -0600
committerSeth Barberee <seth.barberee@gmail.com>2022-02-17 18:54:59 -0600
commitb2e109dab17933f3cd8074bf46d0134ea773a6d9 (patch)
tree20fc94c1c3b4ac335664f17353b4a36cbe54a660 /include/load_screen.h
parent3555fb7c945ef5152910a84390ecbd1a38ea585d (diff)
Move some data to src and add some more headers
- Finish moving all data for main menu to src - Move some more data to wonder_mail - Add some headers to clean up some externs
Diffstat (limited to 'include/load_screen.h')
-rw-r--r--include/load_screen.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/load_screen.h b/include/load_screen.h
new file mode 100644
index 0000000..690ed1c
--- /dev/null
+++ b/include/load_screen.h
@@ -0,0 +1,9 @@
+#ifndef GUARD_LOAD_SCREEN_H
+#define GUARD_LOAD_SCREEN_H
+
+void CreateLoadScreen(u32);
+s32 UpdateLoadScreenMenu(void);
+void CleanLoadScreen(void);
+
+#endif // GUARD_LOAD_SCREEN_H
+