From 1b5f373f8e913aa948ef0964d26a0082e6563f0a Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Thu, 2 May 2024 00:09:00 +0200 Subject: Vulkan surface creation & present queue selection --- deimos/core/base.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'deimos/core/base.h') diff --git a/deimos/core/base.h b/deimos/core/base.h index 34a341f..0c15ccd 100644 --- a/deimos/core/base.h +++ b/deimos/core/base.h @@ -1,5 +1,8 @@ #pragma once +// @Todo Add some compile-time config stuff +#define DEIMOS_OS_WIN32 1 // NOLINT + #include "deimos/core/std.h" #include "deimos/core/gsl.h" -- cgit