aboutsummaryrefslogtreecommitdiffstats
path: root/include/YAGE/texture.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/YAGE/texture.hpp')
-rw-r--r--include/YAGE/texture.hpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/YAGE/texture.hpp b/include/YAGE/texture.hpp
index 65f3f651..b5fe7acd 100644
--- a/include/YAGE/texture.hpp
+++ b/include/YAGE/texture.hpp
@@ -11,7 +11,8 @@
#include <GL/glew.h>
-namespace yage {
+namespace yage
+{
struct Texture {
GLuint id;
@@ -19,6 +20,6 @@ struct Texture {
int height;
};
-} // yage
+} // yage
#endif