diff options
author | Claudius "keldu" Holeksa <mail@keldu.de> | 2023-08-09 20:25:16 +0200 |
---|---|---|
committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2023-08-09 20:25:16 +0200 |
commit | b49d590153658e77d284e0b87d3cabe65fd37730 (patch) | |
tree | a9a4269921d6011d6dacf4b2a843ca7545e5bb0d /c++/window-opengl/gl_window.h | |
parent | b04f831e7bc9513183127d1c3918789fb0696fff (diff) |
c++,window-opengl: Initial module commit
Diffstat (limited to 'c++/window-opengl/gl_window.h')
-rw-r--r-- | c++/window-opengl/gl_window.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/c++/window-opengl/gl_window.h b/c++/window-opengl/gl_window.h new file mode 100644 index 0000000..e4ee6aa --- /dev/null +++ b/c++/window-opengl/gl_window.h @@ -0,0 +1,7 @@ +#pragma once + +namespace saw { +namespace gfx { +class gl_window; +} +} |