From 6827d4fc39f5527b8836f6fe7dff35b1b97cb571 Mon Sep 17 00:00:00 2001 From: Jordan Bancino Date: Sat, 21 Sep 2024 16:26:46 -0400 Subject: [PATCH] Documentation is enforced. --- include/Cytoplasm/Platform.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/include/Cytoplasm/Platform.h b/include/Cytoplasm/Platform.h index a15da6f..e490af4 100644 --- a/include/Cytoplasm/Platform.h +++ b/include/Cytoplasm/Platform.h @@ -24,6 +24,13 @@ #ifndef CYTOPLASM_PLATFORM_H #define CYTOPLASM_PLATFORM_H +/*** + * @Nm Platform + * @Nd A simple macro header that determines what platform the application + * is being built for. + * @Dd September 21, 2024 + */ + #if defined(WIN32) || defined(_WIN32) || defined(__WIN32__) || defined(__NT__) #define PLATFORM_WINDOWS