From c0719aba39d65de8e31835af5fc7696ffb85bf18 Mon Sep 17 00:00:00 2001 From: IonutParau Date: Mon, 30 Jun 2025 20:24:10 +0200 Subject: [PATCH] dont put the includes there omg --- src/neonucleus.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/neonucleus.h b/src/neonucleus.h index ac40c2b..f92e0bd 100644 --- a/src/neonucleus.h +++ b/src/neonucleus.h @@ -1,15 +1,15 @@ #ifndef NEONUCLEUS_H #define NEONUCLEUS_H -#ifdef __cplusplus -extern "C" { -#endif - #include #include #include #include +#ifdef __cplusplus +extern "C" { +#endif + // Based off https://stackoverflow.com/questions/5919996/how-to-detect-reliably-mac-os-x-ios-linux-windows-in-c-preprocessor #if defined(WIN32) || defined(_WIN32) || defined(__WIN32__) || defined(__NT__) //define something for Windows (32-bit and 64-bit, this part is common)