diff options
author | Claudius "keldu" Holeksa <mail@keldu.de> | 2024-01-23 16:23:53 +0100 |
---|---|---|
committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2024-01-23 16:23:53 +0100 |
commit | 80132c8e221aa5a922496c46e23432685885ba04 (patch) | |
tree | c12774a3fae6837659d925d083328799b7a8b997 /modules/window-opengl/gl_xcb.hpp | |
parent | 8dad985328e2183b224300aa992951131956fdb3 (diff) |
modules-all: Renamed every .h file to .hpp
Diffstat (limited to 'modules/window-opengl/gl_xcb.hpp')
-rw-r--r-- | modules/window-opengl/gl_xcb.hpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/modules/window-opengl/gl_xcb.hpp b/modules/window-opengl/gl_xcb.hpp index a737e41..79f182c 100644 --- a/modules/window-opengl/gl_xcb.hpp +++ b/modules/window-opengl/gl_xcb.hpp @@ -1,16 +1,16 @@ #pragma once -#include <forstio/window/xcb.h> +#include <forstio/window/xcb.hpp> #ifndef SAW_OGL #error "OpenGL is not supported" #endif -#include "gl_backends.hpp -#include "gl_context.hpp -#include "gl_window.hpp +#include "gl_backends.hpp" +#include "gl_context.hpp" +#include "gl_window.hpp" -#include <GL/glx.h> +#include <GL/glx.hpp> namespace saw { namespace gfx { |