(OSX) Add ifndef OSX ifdef

This commit is contained in:
Twinaphex 2014-11-17 03:21:19 +01:00
parent bdeeff2802
commit bae883e174

View File

@ -30,7 +30,9 @@
#endif
+ (RAGameView*)get;
#ifndef OSX
- (void)display;
#endif
@end