aboutsummaryrefslogtreecommitdiffstats
path: root/include/YAGE/spritebatch.h
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-09-02 12:23:28 +0100
committerYann Herklotz <ymherklotz@gmail.com>2017-09-02 12:23:28 +0100
commit87311540bde93dc6ebf0aeb8fbac122346a99821 (patch)
treebda1dfea1f387a1358780267d113428f6723015e /include/YAGE/spritebatch.h
parenta992108e5b6383450a147a0a0ef54576dca5bd95 (diff)
downloadYAGE-87311540bde93dc6ebf0aeb8fbac122346a99821.tar.gz
YAGE-87311540bde93dc6ebf0aeb8fbac122346a99821.zip
Fixed includes and standardized them
Diffstat (limited to 'include/YAGE/spritebatch.h')
-rw-r--r--include/YAGE/spritebatch.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/YAGE/spritebatch.h b/include/YAGE/spritebatch.h
index add58b43..7235bd25 100644
--- a/include/YAGE/spritebatch.h
+++ b/include/YAGE/spritebatch.h
@@ -1,15 +1,15 @@
/* ----------------------------------------------------------------------------
- * spritebatch.hpp
+ * spritebatch.h
*
* Copyright (c) 2017 Yann Herklotz Grave <ymherklotz@gmail.com> -- MIT License
* See file LICENSE for more details
* ----------------------------------------------------------------------------
*/
-#ifndef YAGE_SPRITE_BATCH_HPP
-#define YAGE_SPRITE_BATCH_HPP
+#ifndef YAGE_SPRITE_BATCH_H
+#define YAGE_SPRITE_BATCH_H
-#include "vertex.hpp"
+#include "vertex.h"
#include <GL/glew.h>
#include <glm/glm.hpp>