aboutsummaryrefslogtreecommitdiffstats
path: root/yage/base/spritebatch.h
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-09-21 23:42:30 +0100
committerYann Herklotz <ymherklotz@gmail.com>2017-09-21 23:42:30 +0100
commit8a78e678b7df0bf8221280f0058e2db0381b3ffa (patch)
treeb51ff90408c1644ea703046a30a1bcbaf985e9a0 /yage/base/spritebatch.h
parent3115da468b465238b5d5c09cc30352dcb3b00370 (diff)
downloadYAGE-8a78e678b7df0bf8221280f0058e2db0381b3ffa.tar.gz
YAGE-8a78e678b7df0bf8221280f0058e2db0381b3ffa.zip
#11: Building, #10: Added GLFW
Diffstat (limited to 'yage/base/spritebatch.h')
-rw-r--r--yage/base/spritebatch.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/yage/base/spritebatch.h b/yage/base/spritebatch.h
index 7235bd25..3b4aca76 100644
--- a/yage/base/spritebatch.h
+++ b/yage/base/spritebatch.h
@@ -6,12 +6,15 @@
* ----------------------------------------------------------------------------
*/
+/** @file
+ */
+
#ifndef YAGE_SPRITE_BATCH_H
#define YAGE_SPRITE_BATCH_H
#include "vertex.h"
-#include <GL/glew.h>
+#include <glad/glad.h>
#include <glm/glm.hpp>
#include <vector>