Add many new methods to OGKBitmap.

This commit is contained in:
Jonathan Schleifer 2012-08-28 19:50:05 +02:00
parent 53b1823dc3
commit 89e736050e
5 changed files with 152 additions and 3 deletions

View file

@ -30,6 +30,8 @@
OGKEventQueue *eventQueue;
OGKBitmap *bitmap;
of_point_t position;
of_dimension_t scale;
BOOL running;
ogk_color_t tint;
}
@end