ObjGameKit  Diff

Differences From Artifact [79738436b7]:

To Artifact [2166ed5054]:


28
29
30
31
32
33
34

35
36
37
{
	OGKDisplay *display;
	OGKEventQueue *eventQueue;
	OGKBitmap *bitmap;
	of_point_t position;
	of_dimension_t scale;
	BOOL running;

	ogk_color_t tint;
}
@end







>



28
29
30
31
32
33
34
35
36
37
38
{
	OGKDisplay *display;
	OGKEventQueue *eventQueue;
	OGKBitmap *bitmap;
	of_point_t position;
	of_dimension_t scale;
	BOOL running;
	ogk_rotation_t rotation;
	ogk_color_t tint;
}
@end