This commit is contained in:
tavo 2025-10-04 13:01:01 -06:00
parent 22a2ece4e5
commit 836aadb32c

View file

@ -24,6 +24,15 @@
#ifndef SKR_H #ifndef SKR_H
#define SKR_H #define SKR_H
#ifdef __cplusplus
extern "C" {
#endif
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
/** /**
* @brief Identifies the type of graphics API backend in use. * @brief Identifies the type of graphics API backend in use.
*/ */
@ -100,15 +109,6 @@ typedef enum SkrWindowBackendType {
#include <cglm/cglm.h> #include <cglm/cglm.h>
#endif #endif
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#ifdef __cplusplus
extern "C" {
#endif
/** /**
* @internal * @internal
* @brief Size of the global error buffer (in bytes). * @brief Size of the global error buffer (in bytes).