Disable more code; remove <Windows.h> from headers

This commit is contained in:
2022-02-22 00:47:36 -05:00
parent e458d1999c
commit 94d11cb328
4 changed files with 40 additions and 43 deletions

View File

@@ -12,7 +12,9 @@
#if BOO_HAS_VULKAN
#include "boo/graphicsdev/Vulkan.hpp"
#endif
#if BOO_HAS_GL
#include "boo/graphicsdev/GL.hpp"
#endif
#include <condition_variable>
#include <mutex>