GodMode9i/arm9/source/main.h
2021-11-22 21:02:13 -06:00

21 lines
273 B
C

#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 bool applaunch;
#endif //MAIN_H