mirror of
https://github.com/rvtr/GodMode9i.git
synced 2025-11-02 00:11:07 -04:00
18 lines
244 B
C
18 lines
244 B
C
#ifndef MAIN_H
|
|
#define MAIN_H
|
|
|
|
#define POWERTEXT_DS "POWER - Poweroff"
|
|
#define POWERTEXT "POWER - Reboot/[+held] Poweroff"
|
|
|
|
extern char titleName[32];
|
|
|
|
extern int screenMode;
|
|
|
|
extern bool isRegularDS;
|
|
|
|
extern bool applaunch;
|
|
|
|
|
|
|
|
#endif //MAIN_H
|