Wwise SDK 2022.1.17
|
#include <stdint.h>
Go to the source code of this file.
Typedefs | |
typedef uint8_t | AkUInt8 |
Unsigned 8-bit integer. More... | |
typedef uint16_t | AkUInt16 |
Unsigned 16-bit integer. More... | |
typedef uint32_t | AkUInt32 |
Unsigned 32-bit integer. More... | |
typedef uint64_t | AkUInt64 |
Unsigned 64-bit integer. More... | |
typedef int8_t | AkInt8 |
Signed 8-bit integer. More... | |
typedef int16_t | AkInt16 |
Signed 16-bit integer. More... | |
typedef int32_t | AkInt32 |
Signed 32-bit integer. More... | |
typedef int64_t | AkInt64 |
Signed 64-bit integer. More... | |
typedef float | AkReal32 |
32-bit floating point More... | |
typedef double | AkReal64 |
64-bit floating point More... | |
typedef intptr_t | AkIntPtr |
Integer type for pointers. More... | |
typedef uintptr_t | AkUIntPtr |
Integer (unsigned) type for pointers. More... | |
Numeral data type definitions.
Definition in file AkNumeralTypes.h.
Questions? Problems? Need more info? Contact us, and we can help!
Visit our Support pageRegister your project and we'll help you get started with no strings attached!
Get started with Wwise