(OSX) Add ifndef OSX ifdef

This commit is contained in:
Twinaphex 2014-11-17 03:21:19 +01:00
parent bdeeff2802
commit bae883e174
1 changed files with 2 additions and 0 deletions

View File

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