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