Add a test animation.

This commit is contained in:
Jonathan Schleifer 2012-08-28 22:10:57 +02:00
parent 0dca20000d
commit 41f4494b98
2 changed files with 41 additions and 1 deletions

View file

@ -34,5 +34,7 @@
BOOL running;
ogk_rotation_t rotation;
ogk_color_t tint;
OFThread *animationThread;
BOOL stopAnimation;
}
@end