From 836aadb32cf5df09cfd0cae71767b9d09b695571 Mon Sep 17 00:00:00 2001 From: tavo Date: Sat, 4 Oct 2025 13:01:01 -0600 Subject: [PATCH] conform --- skr/skr.h | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/skr/skr.h b/skr/skr.h index e0cbadd..5397578 100644 --- a/skr/skr.h +++ b/skr/skr.h @@ -24,6 +24,15 @@ #ifndef SKR_H #define SKR_H +#ifdef __cplusplus +extern "C" { +#endif + +#include +#include +#include +#include + /** * @brief Identifies the type of graphics API backend in use. */ @@ -100,15 +109,6 @@ typedef enum SkrWindowBackendType { #include #endif -#include -#include -#include -#include - -#ifdef __cplusplus -extern "C" { -#endif - /** * @internal * @brief Size of the global error buffer (in bytes).