mirror of
https://github.com/rvtr/GodMode9i.git
synced 2025-06-18 10:55:31 -04:00
21 lines
273 B
C
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
|