ObjGameKit  Diff

Differences From Artifact [2166ed5054]:

To Artifact [7e7dd1e48b]:


30
31
32
33
34
35
36


37
38
	OGKEventQueue *eventQueue;
	OGKBitmap *bitmap;
	of_point_t position;
	of_dimension_t scale;
	BOOL running;
	ogk_rotation_t rotation;
	ogk_color_t tint;


}
@end







>
>


30
31
32
33
34
35
36
37
38
39
40
	OGKEventQueue *eventQueue;
	OGKBitmap *bitmap;
	of_point_t position;
	of_dimension_t scale;
	BOOL running;
	ogk_rotation_t rotation;
	ogk_color_t tint;
	OFThread *animationThread;
	BOOL stopAnimation;
}
@end