mirror of
https://github.com/pret/pmd-red.git
synced 2026-08-19 23:34:31 -05:00
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
This commit is contained in:
11
include/ds_menus.h
Normal file
11
include/ds_menus.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef GUARD_DS_MENUS_H
|
||||
#define GUARD_DS_MENUS_H
|
||||
|
||||
u32 CreateDualSlotMenu(void);
|
||||
u32 UpdateDualSlotMenu(void);
|
||||
void CleanDualSlotMenu(void);
|
||||
u32 CreateWirelessCommsMenu(void);
|
||||
u32 UpdateWirelessCommsMenu(void);
|
||||
void CleanWirelessCommsMenu(void);
|
||||
|
||||
#endif // GUARD_DS_MENUS_H
|
||||
9
include/load_screen.h
Normal file
9
include/load_screen.h
Normal file
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user