Macros | |
| #define | QFOD_ABSOLUTE |
| The def offset is an absolute address. More... | |
| #define | QFOD_CONSTANT |
| The def is a shared constant and must not be modified. More... | |
| #define | QFOD_EXTERNAL |
| The def is undefined and need to be supplied by another object file. More... | |
| #define | QFOD_GLOBAL |
| The def is visible to other object files. More... | |
| #define | QFOD_INITIALIZED |
| The def has been initialized. More... | |
| #define | QFOD_LOCAL |
| The def is local to a function and is not visible to other functions or object files. More... | |
| #define | QFOD_NOSAVE |
| The def does not need to be saved when saving game state. More... | |
| #define | QFOD_PARAM |
| The def is a parameter to a function and is considered to be initialized. More... | |
| #define | QFOD_SYSTEM |
| The def is a system def and needs to be allocated before other defs. More... | |
| #define QFOD_ABSOLUTE |
The def offset is an absolute address.
| #define QFOD_CONSTANT |
The def is a shared constant and must not be modified.
| #define QFOD_EXTERNAL |
The def is undefined and need to be supplied by another object file.
| #define QFOD_GLOBAL |
The def is visible to other object files.
| #define QFOD_INITIALIZED |
The def has been initialized.
| #define QFOD_LOCAL |
The def is local to a function and is not visible to other functions or object files.
| #define QFOD_NOSAVE |
The def does not need to be saved when saving game state.
| #define QFOD_PARAM |
The def is a parameter to a function and is considered to be initialized.
QFOD_LOCAL will be set too.
| #define QFOD_SYSTEM |
The def is a system def and needs to be allocated before other defs.