#ifndef GENERICCORE_H #define GENERICCORE_H class GenericCore { public: GenericCore(); }; #endif // GENERICCORE_H