replace include guards with pragma once
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
#ifndef GRAPHICS_CORE_GLTEXTURE_HPP_
|
||||
#define GRAPHICS_CORE_GLTEXTURE_HPP_
|
||||
#pragma once
|
||||
|
||||
#include "Texture.hpp"
|
||||
|
||||
@@ -26,5 +25,3 @@ public:
|
||||
|
||||
static std::unique_ptr<GLTexture> from(const ImageData* image);
|
||||
};
|
||||
|
||||
#endif // GRAPHICS_CORE_GLTEXTURE_HPP_
|
||||
|
||||
Reference in New Issue
Block a user