Go to the source code of this file.
| Macros | |
| #define | CSFML_VERSION_MAJOR 2 | 
| #define | CSFML_VERSION_MINOR 4 | 
| #define | CSFML_VERSION_PATCH 0 | 
| #define | CSFML_EXTERN_C extern | 
| #define | CSFML_API_EXPORT extern "C" | 
| #define | CSFML_API_IMPORT CSFML_EXTERN_C | 
| #define | CSFML_DEPRECATED | 
| #define | sfFalse 0 | 
| #define | sfTrue 1 | 
| Typedefs | |
| typedef int | sfBool | 
| typedef signed char | sfInt8 | 
| typedef unsigned char | sfUint8 | 
| typedef signed short | sfInt16 | 
| typedef unsigned short | sfUint16 | 
| typedef signed int | sfInt32 | 
| typedef unsigned int | sfUint32 | 
| typedef signed long long | sfInt64 | 
| typedef unsigned long long | sfUint64 | 
| #define CSFML_API_IMPORT CSFML_EXTERN_C | 
| #define CSFML_DEPRECATED |