| 221 | // Animation stack |
| 222 | #define Pixel_AnimationStackSize Pixel_AnimationStackSize_define |
| 223 | typedef struct AnimationStack { |
| 224 | uint16_t size; |
| 225 | AnimationStackElement *stack[Pixel_AnimationStackSize]; |
| 226 | } AnimationStack; |
| 227 | |
| 228 | // start/end are defined in the number of bits used for the variable |
| 229 | // (1 << 0) == 1 |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…