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.hpp10
1 files changed, 4 insertions, 6 deletions
diff --git a/include/YAGE/texture.hpp b/include/YAGE/texture.hpp
index 34accaca..65f3f651 100644
--- a/include/YAGE/texture.hpp
+++ b/include/YAGE/texture.hpp
@@ -11,16 +11,14 @@
#include <GL/glew.h>
-namespace yage
-{
+namespace yage {
-struct Texture
-{
+struct Texture {
GLuint id;
int width;
int height;
};
-
-} // yage
+
+} // yage
#endif