22 #ifndef OE_WAITCOLOR_H
23 #define OE_WAITCOLOR_H
25 #include "instructions/OE_instruction.h"
35 unsigned char * getThreadColor();
40 unsigned char threadColor[4];
46 #endif // OE_WAITCOLOR_H
Definition: OE_instruction.h:30
OE_waitcolor(int index, unsigned char *color)
Definition: OE_waitcolor.cpp:24
Definition: OE_waitcolor.h:27
virtual ~OE_waitcolor()
Definition: OE_waitcolor.cpp:33