Skip to content

Commit

Permalink
Fix SceneKit Usage in POPCGUtils
Browse files Browse the repository at this point in the history
The POPDefines header is imported after the SCENEKIT_SDK_AVAILABLE check which contains the actual SCENEKIT_SDK_AVAILABLE definition.
  • Loading branch information
b3ll committed Apr 18, 2015
1 parent 447f408 commit 95c21b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pop/POPCGUtils.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
#import <AppKit/AppKit.h>
#endif

#import "POPDefines.h"

#if SCENEKIT_SDK_AVAILABLE
#import <SceneKit/SceneKit.h>
#endif

#import "POPDefines.h"

POP_EXTERN_C_BEGIN

NS_INLINE CGPoint values_to_point(const CGFloat values[])
Expand Down

0 comments on commit 95c21b8

Please sign in to comment.