Loading...
Searching...
No Matches
#include <stdbool.h>
#include <stdint.h>
Go to the source code of this file.
Macros | |
#define | CSFML_VERSION_MAJOR 3 |
#define | CSFML_VERSION_MINOR 0 |
#define | CSFML_VERSION_PATCH 0 |
#define | CSFML_EXTERN_C extern |
#define | CSFML_API_EXPORT extern "C" __attribute__((__visibility__("default"))) |
#define | CSFML_API_IMPORT CSFML_EXTERN_C __attribute__((__visibility__("default"))) |
#define | CSFML_DEPRECATED |
Typedefs | |
typedef uint32_t | sfChar32 |
Define sfChar32. | |
Macro Definition Documentation
◆ CSFML_API_EXPORT
#define CSFML_API_EXPORT extern "C" __attribute__((__visibility__("default"))) |
◆ CSFML_API_IMPORT
#define CSFML_API_IMPORT CSFML_EXTERN_C __attribute__((__visibility__("default"))) |