Minor code fixes in order to compile on windows
This commit is contained in:
@@ -11,6 +11,10 @@
|
||||
#include <memory>
|
||||
#include <vector>
|
||||
|
||||
#ifdef _WIN32
|
||||
# undef TRANSPARENT
|
||||
#endif
|
||||
|
||||
namespace OpenVulkano::Scene
|
||||
{
|
||||
class Node;
|
||||
|
||||
Reference in New Issue
Block a user