Helper Macros in Guiliani
More...
#include "eC_Types.h"
#include <limits.h>
Go to the source code of this file.
|
typedef int | static_assert_something[(DUMMY_ANIMATION==0) ? 1 :-1] |
| Will throw compile error negative subscript if NO_HANDLE is NOT 0!
|
|
|
enum | AnimationHandle_t { ANIMATION_START_TAG = ciCalculatedAnimStartTag
, DUMMY_ANIMATION
, NOF_ANIMATIONIDS
, GUILIANI_INTERNAL_ANIMID = INT_MAX
} |
| List of animation resource ids.
|
|
|
const int | ciCalculatedAnimStartTag = -1 |
| preprocessor generates for all entries of ANIMATION_TABLE: -1 -1 -1..., resulting in a mathematical expression, that will be evaluated to -1*(Number of entries of IMAGE_TABLE
|
|
const eC_UInt | cuiNOFAnimationHandles |
| Used to contain the highest index cuiNOFXXXClasses = MAP_PROPID_TO_ARRAY(NOF_XXXCLASSES);.
|
|