#ifndef CORE_H #define CORE_H #include "core_global.h" class CORE_EXPORT core { public: core(); }; #endif // CORE_H