finish up basic errorcode functions
This commit is contained in:
@@ -41,6 +41,8 @@
|
||||
#define BGM_INSTALL 2
|
||||
#define UNINSTALL 3
|
||||
|
||||
#define ERROR 0
|
||||
#define WARNING 1
|
||||
static const int THEMES_PER_SCREEN = 4;
|
||||
|
||||
enum TextureID {
|
||||
|
||||
@@ -40,5 +40,5 @@ void draw_theme_install(int install_type);
|
||||
void draw_theme_interface(Theme_s * themes_list, int theme_count, int selected_theme, bool preview_mode, int shuffle_theme_count);
|
||||
void draw_splash_install(int install_type);
|
||||
void draw_splash_interface(Splash_s *splashes_list, int splash_count, int selected_splash, bool preview_mode);
|
||||
void throw_error(char* error);
|
||||
void throw_error(char* error, int error_type);
|
||||
#endif
|
||||
Reference in New Issue
Block a user