GBA002/Pods/Target Support Files/MelonDSDeltaCore/MelonDSDeltaCore-umbrella.h
2020-04-23 16:52:29 -07:00

20 lines
476 B
Objective-C

#ifdef __OBJC__
#import <UIKit/UIKit.h>
#else
#ifndef FOUNDATION_EXPORT
#if defined(__cplusplus)
#define FOUNDATION_EXPORT extern "C"
#else
#define FOUNDATION_EXPORT extern
#endif
#endif
#endif
#import "MelonDSDeltaCore/Types/MelonDSTypes.h"
#import "MelonDSDeltaCore/Bridge/MelonDSEmulatorBridge.h"
#import "MelonDSDeltaCore/MelonDSDeltaCore.h"
FOUNDATION_EXPORT double MelonDSDeltaCoreVersionNumber;
FOUNDATION_EXPORT const unsigned char MelonDSDeltaCoreVersionString[];