#ifndef GLOBAL_H #define GLOBAL_H class Global { public: Global(); }; #endif // GLOBAL_H