Go to the source code of this file.
Macros | |
#define | CSFML_VERSION_MAJOR 2 |
#define | CSFML_VERSION_MINOR 1 |
#define | CSFML_API_EXPORT extern "C" |
#define | CSFML_API_IMPORT extern |
#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 |