GodMode9i/arm9/source/main.h

20 lines
278 B
C

#ifndef MAIN_H
#define MAIN_H
extern char titleName[32];
extern int screenMode;
extern bool appInited;
extern bool screenSwapped;
extern bool arm7SCFGLocked;
extern bool isRegularDS;
extern bool is3DS;
extern int ownNitroFSMounted;
extern bool applaunch;
#endif //MAIN_H