cuikplay.h
Go to the documentation of this file.
1 #ifndef CUIKPLAYH
2 #define CUIKPLAYH
3 
4 #include "boolean.h"
5 
21 typedef struct {
22  boolean end;
23  unsigned int mode;
24  unsigned int currentFrame;
25  unsigned int nextFrame;
26  unsigned int maxFrame;
27  double time;
29 
30 #endif
Definition of the boolean type.
unsigned int maxFrame
Definition: cuikplay.h:26
unsigned int mode
Definition: cuikplay.h:23
unsigned int currentFrame
Definition: cuikplay.h:24
Definition of the cuikplay control structure.
Definition: cuikplay.h:21
unsigned int nextFrame
Definition: cuikplay.h:25
boolean end
Definition: cuikplay.h:22