Minor code fixes in order to compile on windows

This commit is contained in:
Vladyslav Baranovskyi
2024-05-23 23:58:45 +03:00
parent 1c56eb3c7b
commit 29108cab21
6 changed files with 34 additions and 25 deletions

View File

@@ -11,6 +11,10 @@
#include <memory>
#include <vector>
#ifdef _WIN32
# undef TRANSPARENT
#endif
namespace OpenVulkano::Scene
{
class Node;