Prefix.pch 194 B

1234567891011
  1. //
  2. // Prefix header for all source files of the 'Paralaxer' target in the 'Paralaxer' project
  3. //
  4. #ifdef __OBJC__
  5. #import <Cocoa/Cocoa.h>
  6. #endif
  7. #ifdef __cplusplus
  8. #include "cocos2d.h"
  9. #endif