mirror of
https://github.com/rvtr/GodMode9i.git
synced 2025-11-02 00:11:07 -04:00
13 lines
125 B
C
13 lines
125 B
C
#ifndef MAIN_H
|
|
#define MAIN_H
|
|
|
|
extern char titleName[32];
|
|
|
|
extern int screenMode;
|
|
|
|
extern bool applaunch;
|
|
|
|
|
|
|
|
#endif //MAIN_H
|