GodMode9i/arm9/source/main.h
2018-10-11 19:24:47 -06:00

19 lines
290 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 arm7SCFGLocked;
extern bool isRegularDS;
extern bool is3DS;
extern bool applaunch;
#endif //MAIN_H