// // pcsxr.pch // Pcsxr // // Created by C.W. Betts on 1/25/14. // // #ifndef Pcsxr_pcsxr_pch #define Pcsxr_pcsxr_pch // Apple deprecated __private_extern__ in Xcode 4.6. // This is a convenience declaration to retain the old behavior. #ifndef __private_extern #define __private_extern __attribute__((visibility("hidden"))) #endif #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #ifdef __OBJC__ #import #endif #ifndef NS_DESIGNATED_INITIALIZER #define NS_DESIGNATED_INITIALIZER #endif #endif