Badminton-Scoreboard/Classes/Prefix.pch

28 lines
449 B
Plaintext
Raw Normal View History

2023-10-08 02:24:48 +00:00
//
// Prefix header
//
#include "Preprocessor.h"
#ifdef __OBJC__
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
#endif
#include "UnityTrampolineConfigure.h"
#include "UnityInterface.h"
#ifndef __OBJC__
#if defined(__cplusplus)
#include "pch-cpp.hpp"
#else
#include "pch-c.h"
#endif
#endif
#ifndef TARGET_IPHONE_SIMULATOR
#define TARGET_IPHONE_SIMULATOR 0
#endif
#define printf_console printf