#ifndef VKMAIN_H #define VKMAIN_H #include #include class VkMain { public: VkMain(); void mainRun(); }; #endif // VKMAIN_H