#ifndef MAIN_H #define MAIN_H extern char titleName[32]; extern int screenMode; extern bool applaunch; #endif //MAIN_H