mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-02 16:04:59 +00:00
1362906f94
Ensures there's only one joystick manager, which is shared by all machines, with input going only to the key window.
20 lines
365 B
Objective-C
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"
|