1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-07 23:29:06 +00:00
CLK/OSBindings/Mac/Clock Signal/ClockSignal-Bridging-Header.h
Thomas Harte 2129bfc570 Gets as far as testing ROMs against the missing list.
Though now it strikes me that I've forgotten to retain the machine name.
2019-07-22 18:02:48 -04:00

23 lines
421 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 "CSFastLoading.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"