conform
This commit is contained in:
parent
22a2ece4e5
commit
836aadb32c
1 changed files with 9 additions and 9 deletions
18
skr/skr.h
18
skr/skr.h
|
|
@ -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).
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue