Removed resource.h from source files, its included through win.h now.

This commit is contained in:
waltje
2017-05-29 22:21:55 -04:00
parent 1ecf81ee65
commit 044e3ba8ea
9 changed files with 9 additions and 22 deletions

View File

@@ -11,14 +11,15 @@
#include "../device.h"
#include "../gameport.h"
#include "plat_joystick.h"
#include "resource.h"
#include "win.h"
static int joystick_nr;
static int joystick_config_type;
#define AXIS_STRINGS_MAX 3
static char *axis_strings[AXIS_STRINGS_MAX] = {"X Axis", "Y Axis", "Z Axis"};
static void rebuild_axis_button_selections(HWND hdlg)
{
int id = IDC_CONFIG_BASE + 2;