added declaration of functions to get rid of implicit warnings
This commit is contained in:
parent
a9921cbfba
commit
c542b19544
@ -60,6 +60,7 @@ typedef union {
|
||||
#include "message-box.h"
|
||||
|
||||
void menuStartup();
|
||||
void themeMenuStartup();
|
||||
void menuLoop();
|
||||
|
||||
static inline uint8_t BlendColor(uint32_t src, uint32_t dst, uint8_t alpha)
|
||||
|
@ -8,6 +8,7 @@
|
||||
#include "theme_icon_light_bin.h"
|
||||
|
||||
char rootPath[PATH_MAX+8];
|
||||
void computeFrontGradient(color_t baseColor, int height);
|
||||
|
||||
char *menuGetRootPath() {
|
||||
return rootPath;
|
||||
|
@ -85,6 +85,7 @@ void menuEntryParseNacp(menuEntry_s* me);
|
||||
|
||||
menu_s* menuGetCurrent(void);
|
||||
int menuScan(const char* target);
|
||||
int themeMenuScan(const char* target);
|
||||
|
||||
void launchMenuEntryTask(menuEntry_s* arg);
|
||||
void launchApplyThemeTask(menuEntry_s* arg);
|
||||
|
Loading…
Reference in New Issue
Block a user