#ifndef VKLOADER_H #define VKLOADER_H #include class VkLoader { public: VkLoader(); }; #endif // VKLOADER_H