![]() |
Oficina Framework
1.3
Games Framework
|
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... | |
Data types with controlled size, ideal for bitwise operations. Based on definitions for integer types.
| typedef uint8_t byte |
8-bit unsigned type.
| typedef int8_t byte_s |
8-bit signed type.
| typedef uint32_t dword |
32-bit unsigned type.
| typedef int32_t dword_s |
32-bit signed type.
| typedef uint64_t qword |
64-bit unsigned type.
| typedef int64_t qword_s |
64-bit signed type.
| typedef uint16_t word |
16-bit unsigned type.
| typedef int16_t word_s |
16-bit signed type.