pmd-red/include/load_screen.h
Seth Barberee b2e109dab1 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
2022-02-17 18:54:59 -06:00

10 lines
177 B
C

#ifndef GUARD_LOAD_SCREEN_H
#define GUARD_LOAD_SCREEN_H
void CreateLoadScreen(u32);
s32 UpdateLoadScreenMenu(void);
void CleanLoadScreen(void);
#endif // GUARD_LOAD_SCREEN_H