mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-03 08:05:40 +00:00
7ff4594f09
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.
22 lines
395 B
Objective-C
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"
|