#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 bios9iEnabled; extern bool is3DS; extern int ownNitroFSMounted; extern bool applaunch; #endif //MAIN_H