mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-06 12:11:43 +00:00
9 lines
227 B
C
9 lines
227 B
C
|
#ifndef FUSEE_SPLASH_SCREEN_H
|
||
|
#define FUSEE_SPLASH_SCREEN_H
|
||
|
|
||
|
/* TODO: Actually make this a real thing. */
|
||
|
extern unsigned char g_default_splash_screen[1];
|
||
|
|
||
|
void display_splash_screen_bmp(const char *custom_splash_path);
|
||
|
|
||
|
#endif
|