1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-06 01:28:57 +00:00
CLK/OSBindings/Mac/Clock Signal/ClockSignal-Bridging-Header.h
Thomas Harte 7ff4594f09 Eliminates fast loading Objective-C/Swift protocol.
A very long time ago, when each machine had its own Objective-C class, this protocol was used to indicate which machines support that feature. It no longer communicates anything.
2019-09-24 20:13:09 -04:00

22 lines
395 B
Objective-C

//
// Use this file to import your target's public headers that you would like to expose to Swift.
//
#import "CSMachine.h"
#import "CSAtari2600.h"
#import "CSZX8081.h"
#import "CSStaticAnalyser.h"
#import "CSAudioQueue.h"
#import "CSOpenGLView.h"
#import "CSROMReceiverView.h"
#import "CSBestEffortUpdater.h"
#import "CSJoystickManager.h"
#import "NSData+CRC32.h"
#include "KeyCodes.h"