1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-02 20:30:00 +00:00
CLK/OSBindings/Mac/Clock Signal/ClockSignal-Bridging-Header.h
Thomas Harte 1362906f94 Wires joystick support all the way through to machines.
Ensures there's only one joystick manager, which is shared by all machines, with input going only to the key window.
2018-07-22 16:55:47 -04:00

20 lines
365 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 "CSOpenGLView.h"
#import "CSAudioQueue.h"
#import "CSBestEffortUpdater.h"
#import "CSJoystickManager.h"
#include "KeyCodes.h"