Skip to content
Snippets Groups Projects
Verified Commit 06c433b9 authored by Tobias Frisch's avatar Tobias Frisch
Browse files

[#15] Pragma once for life!

parent 304afe54
No related branches found
No related tags found
1 merge request!10Small little additions to the collection
#define GLFW_INCLUDE_VULKAN
#include "CoreManager.hpp"
......@@ -24,4 +23,4 @@ namespace vkcv {
}
glfwCounter--;
}
}
\ No newline at end of file
}
#ifndef VKCV_COREMANAGER_HPP
#define VKCV_COREMANAGER_HPP
#pragma once
#include <GLFW/glfw3.h>
#include <stdexcept>
......@@ -15,5 +14,3 @@ namespace vkcv {
*/
void terminateGLFW();
}
#endif //VKCV_COREMANAGER_HPP
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment