Shrink and refit window contents.
[enjoyable.git] / Enjoy_Prefix.pch
1 //
2 // Prefix header for all source files of the 'Enjoy' target in the 'Enjoy' project
3 //
4
5 #ifdef __OBJC__
6 #import <Cocoa/Cocoa.h>
7 #endif
8
9 #import <IOKit/hid/IOHIDLib.h>
10
11 #import "ApplicationController.h"
12 #import "Config.h"
13 #import "ConfigsController.h"
14 #import "Joystick.h"
15 #import "JoystickController.h"
16 #import "JSAction.h"
17 #import "JSActionAnalog.h"
18 #import "JSActionButton.h"
19 #import "JSActionHat.h"
20 #import "KeyInputTextView.h"
21 #import "SubAction.h"
22 #import "Target.h"
23 #import "TargetConfig.h"
24 #import "TargetController.h"
25 #import "TargetKeyboard.h"
26 #import "TargetMouseMove.h"
27 #import "TargetMouseBtn.h"
28 #import "TargetMouseScroll.h"
29 #import "TargetToggleMouseScope.h"