summaryrefslogtreecommitdiffstats
path: root/src/graphics/Texture.hpp
diff options
context:
space:
mode:
authorLaG1924 <12997935+LaG1924@users.noreply.github.com>2017-07-26 16:53:57 +0200
committerLaG1924 <12997935+LaG1924@users.noreply.github.com>2017-07-26 16:53:57 +0200
commitcc7eb035bcdf5a84a5ba907fa50e330dad538871 (patch)
tree85aa3554f38de3df8d1208136b203369cce2d02f /src/graphics/Texture.hpp
parent2017-07-24 (diff)
downloadAltCraft-cc7eb035bcdf5a84a5ba907fa50e330dad538871.tar
AltCraft-cc7eb035bcdf5a84a5ba907fa50e330dad538871.tar.gz
AltCraft-cc7eb035bcdf5a84a5ba907fa50e330dad538871.tar.bz2
AltCraft-cc7eb035bcdf5a84a5ba907fa50e330dad538871.tar.lz
AltCraft-cc7eb035bcdf5a84a5ba907fa50e330dad538871.tar.xz
AltCraft-cc7eb035bcdf5a84a5ba907fa50e330dad538871.tar.zst
AltCraft-cc7eb035bcdf5a84a5ba907fa50e330dad538871.zip
Diffstat (limited to '')
-rw-r--r--src/graphics/Texture.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/graphics/Texture.hpp b/src/graphics/Texture.hpp
index 277806a..5b2afcf 100644
--- a/src/graphics/Texture.hpp
+++ b/src/graphics/Texture.hpp
@@ -1,8 +1,8 @@
#pragma once
-#include <SFML/Graphics.hpp>
#include <easylogging++.h>
#include <GL/glew.h>
+#include <SFML/Graphics.hpp>
class Texture {
Texture(Texture&);