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" #include "CoreManager.hpp"
...@@ -24,4 +23,4 @@ namespace vkcv { ...@@ -24,4 +23,4 @@ namespace vkcv {
} }
glfwCounter--; glfwCounter--;
} }
} }
\ No newline at end of file
#ifndef VKCV_COREMANAGER_HPP #pragma once
#define VKCV_COREMANAGER_HPP
#include <GLFW/glfw3.h> #include <GLFW/glfw3.h>
#include <stdexcept> #include <stdexcept>
...@@ -15,5 +14,3 @@ namespace vkcv { ...@@ -15,5 +14,3 @@ namespace vkcv {
*/ */
void terminateGLFW(); void terminateGLFW();
} }
#endif //VKCV_COREMANAGER_HPP
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment