Oficina Framework  1.3
Games Framework
Data Types

Data types with controlled size, ideal for bitwise operations. Based on definitions for integer types. More...

Typedefs

typedef uint8_t byte
 8-bit unsigned type. More...
 
typedef uint16_t word
 16-bit unsigned type. More...
 
typedef uint32_t dword
 32-bit unsigned type. More...
 
typedef uint64_t qword
 64-bit unsigned type. More...
 
typedef int8_t byte_s
 8-bit signed type. More...
 
typedef int16_t word_s
 16-bit signed type. More...
 
typedef int32_t dword_s
 32-bit signed type. More...
 
typedef int64_t qword_s
 64-bit signed type. More...
 

Detailed Description

Data types with controlled size, ideal for bitwise operations. Based on definitions for integer types.

Typedef Documentation

◆ byte

typedef uint8_t byte

8-bit unsigned type.

◆ byte_s

typedef int8_t byte_s

8-bit signed type.

◆ dword

typedef uint32_t dword

32-bit unsigned type.

◆ dword_s

typedef int32_t dword_s

32-bit signed type.

◆ qword

typedef uint64_t qword

64-bit unsigned type.

◆ qword_s

typedef int64_t qword_s

64-bit signed type.

◆ word

typedef uint16_t word

16-bit unsigned type.

◆ word_s

typedef int16_t word_s

16-bit signed type.