diff options
Diffstat (limited to 'src/window.hpp')
| -rw-r--r-- | src/window.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/window.hpp b/src/window.hpp index ab07a8b..e94598b 100644 --- a/src/window.hpp +++ b/src/window.hpp @@ -20,6 +20,7 @@ // TODO replace me with something more elegant const unsigned int MAX_FRAMES_IN_FLIGHT = 3; +extern bool shouldRecreateSwapchain; extern GLFWwindow *window; extern GLFWmonitor *monitor; extern GLFWvidmode vidMode; |
