Fission FSN
Loading...
Searching...
No Matches
fsBaseTypes.h File Reference

Go to the source code of this file.

Macros

#define fsS32Max   2147483647

Typedefs

typedef char fsChar
typedef signed char fsS8
typedef unsigned char fsU8
typedef short fsS16
typedef unsigned short fsU16
typedef int fsS32
typedef unsigned int fsU32
typedef long long fsS64
typedef unsigned long long fsU64
typedef bool fsBool
typedef float fsF32
typedef double fsF64

Macro Definition Documentation

◆ fsS32Max

#define fsS32Max   2147483647

Typedef Documentation

◆ fsBool

typedef bool fsBool

◆ fsChar

typedef char fsChar

◆ fsF32

typedef float fsF32

◆ fsF64

typedef double fsF64

◆ fsS16

typedef short fsS16

◆ fsS32

typedef int fsS32

◆ fsS64

typedef long long fsS64

◆ fsS8

typedef signed char fsS8

◆ fsU16

typedef unsigned short fsU16

◆ fsU32

typedef unsigned int fsU32

◆ fsU64

typedef unsigned long long fsU64

◆ fsU8

typedef unsigned char fsU8