Entity | Type | Scope | Short Description |
BYTE | typedef | public | A byte.
|
icon_type | enum | public | Defines known icons types.
|
IC_FOPEN_BREAD | macro | public | Defines mode for creating an empty binary file
for writing via fopen function.
|
IC_FOPEN_BWRITE | macro | public | Defines mode for opening a binary file for reading
via fopen function.
|
IC_PC | macro | public | Defines path separator character.
|
IC_PS | macro | public | Defines path separator string.
|
INT16 | typedef | public | 16-bit signed integer in the range -32 768 through 32 767.
|
INT32 | typedef | public | 32-bit signed integer in the range -2 147 483 648 through 2 147 483 647.
|
load_dump | variable | public | Enables dump of all loaded structures.
|
maps_dump | variable | public | Enables dump of all loaded bitmaps.
|
UINT16 | typedef | public | 16-bit unsigned integer in the range 0 through 65 535.
|
UINT32 | typedef | public | 32-bit unsigned integer in the range 0 through 4 294 967 295.
|