TestGlfmWindow.hpp
Go to the documentation of this file.
1 #pragma once
2 
3 #include "WindowListener.hpp"
4 #include "Window.hpp"
5 #include "../OpenGL/RenderTarget.hpp"
7 #include <optional>
8 
9 class GLFMDisplay;
10 
11 namespace iv
12 {
13 
15 {
16 public:
17  TestGlfmWindow( GLFMDisplay * display );
19 };
20 
21 }