aboutsummaryrefslogtreecommitdiffstats
path: root/yage/base/spritebatch.h
diff options
context:
space:
mode:
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>