Institut de Robòtica i Informàtica Industrial
KRD Group

The CuikSuite Project

cuikplay.h

Go to the documentation of this file.
00001 #ifndef CUIKPLAYH
00002 #define CUIKPLAYH
00003 
00004 #include "boolean.h"
00005 
00021 typedef struct {
00022   boolean end; 
00023   unsigned int mode; 
00024   unsigned int currentFrame; 
00025   unsigned int nextFrame; 
00026   unsigned int maxFrame; 
00027   double time; 
00028 } TCuikPlayControl;
00029 
00030 #endif