|
orx 1.16
Portable Game Engine
|
Base declarations
| #define orxALIGN | ( | VALUE, | |
| BLOCK_SIZE ) |
| #define orxALIGN16 | ( | VALUE | ) |
| #define orxARRAY_GET_ITEM_COUNT | ( | ARRAY | ) |
| #define orxDLLAPI orxIMPORT orxDLLEXPORT /* Compiling orx library => API needs to be exported */ |
| #define orxFLAG_GET | ( | X, | |
| M ) |
| #define orxFLAG_SET | ( | X, | |
| A, | |||
| R ) |
Sets / unsets flags
| [in] | X | Flag container |
| [in] | A | Flags to add |
| [in] | R | Flags to remove |
| #define orxFLAG_SWAP | ( | X, | |
| S ) |
| #define orxFLAG_TEST | ( | X, | |
| F ) |
| #define orxFLAG_TEST_ALL | ( | X, | |
| F ) |
1.8.11