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