Organized project to be more portable and require fewer steps to integrate into application projects in Xcode.
Moved standard assets into bundles
This commit is contained in:
8
KREngine/kraken_ios/Kraken-Prefix.pch
Normal file
8
KREngine/kraken_ios/Kraken-Prefix.pch
Normal file
@@ -0,0 +1,8 @@
|
||||
//
|
||||
// Prefix header for all source files of the 'KREngine' target in the 'KREngine' project
|
||||
//
|
||||
|
||||
#ifdef __OBJC__
|
||||
#include <Foundation/Foundation.h>
|
||||
#include <UIKit/UIKit.h>
|
||||
#endif
|
||||
Reference in New Issue
Block a user