Files
kraken/kraken_tvos/Kraken-Prefix.pch

9 lines
187 B
Plaintext
Raw Normal View History

2016-01-30 20:13:23 -08:00
//
// 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