impr: Refactor GLFW window hints into individual window files

This commit is contained in:
WerWolv
2024-05-03 21:39:31 +02:00
parent 49987b8793
commit 2994e69c08
6 changed files with 44 additions and 18 deletions

View File

@@ -29,6 +29,7 @@ namespace hex {
void resize(i32 width, i32 height);
private:
void configureGLFW();
void setupNativeWindow();
void beginNativeWindowFrame();
void endNativeWindowFrame();