mirror of
https://github.com/astronautlevel2/Anemone3DS.git
synced 2026-01-24 08:42:43 -05:00
Added splash support
This commit is contained in:
@@ -28,11 +28,13 @@
|
||||
#define DRAW_H
|
||||
|
||||
#include "themes.h"
|
||||
#include "splashes.h"
|
||||
|
||||
void init_screens(void);
|
||||
void exit_screens(void);
|
||||
|
||||
void draw_theme_interface(Theme_s * themes_list, int theme_count, int selected_theme, bool preview_mode);
|
||||
void draw_theme_install(bool shuffle_install);
|
||||
void draw_theme_interface(Theme_s * themes_list, int theme_count, int selected_theme, bool preview_mode);
|
||||
void draw_splash_interface(Splash_s *splashes_list, int splash_count, int selected_splash, bool preview_mode);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user