Prefix.pch 422 B

12345678910111213141516171819202122232425
  1. //
  2. // Prefix header
  3. //
  4. #include "Preprocessor.h"
  5. #ifdef __OBJC__
  6. #import <Foundation/Foundation.h>
  7. #import <UIKit/UIKit.h>
  8. #endif
  9. #include "UnityTrampolineConfigure.h"
  10. #include "UnityInterface.h"
  11. #ifndef __OBJC__
  12. #if USE_IL2CPP_PCH
  13. #include "il2cpp_precompiled_header.h"
  14. #endif
  15. #endif
  16. #ifndef TARGET_IPHONE_SIMULATOR
  17. #define TARGET_IPHONE_SIMULATOR 0
  18. #endif
  19. #define printf_console printf