summaryrefslogtreecommitdiffstats
path: root/src/Texture.hpp
diff options
context:
space:
mode:
authorLaG1924 <12997935+LaG1924@users.noreply.github.com>2017-08-29 17:25:30 +0200
committerLaG1924 <12997935+LaG1924@users.noreply.github.com>2018-01-13 03:39:31 +0100
commita0d5862d99186f317a0f7364e8b6cd3cfeccfdf1 (patch)
tree7bf54f8141c513650130e8d3cc6bd8ce3f71b1fe /src/Texture.hpp
parent2017-08-27 (diff)
downloadAltCraft-a0d5862d99186f317a0f7364e8b6cd3cfeccfdf1.tar
AltCraft-a0d5862d99186f317a0f7364e8b6cd3cfeccfdf1.tar.gz
AltCraft-a0d5862d99186f317a0f7364e8b6cd3cfeccfdf1.tar.bz2
AltCraft-a0d5862d99186f317a0f7364e8b6cd3cfeccfdf1.tar.lz
AltCraft-a0d5862d99186f317a0f7364e8b6cd3cfeccfdf1.tar.xz
AltCraft-a0d5862d99186f317a0f7364e8b6cd3cfeccfdf1.tar.zst
AltCraft-a0d5862d99186f317a0f7364e8b6cd3cfeccfdf1.zip
Diffstat (limited to 'src/Texture.hpp')
-rw-r--r--src/Texture.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Texture.hpp b/src/Texture.hpp
index 5b2afcf..6b024d4 100644
--- a/src/Texture.hpp
+++ b/src/Texture.hpp
@@ -2,7 +2,6 @@
#include <easylogging++.h>
#include <GL/glew.h>
-#include <SFML/Graphics.hpp>
class Texture {
Texture(Texture&);