SW: Misc adjustments.

git-svn-id: https://svn.eduke32.com/eduke32@5205 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
hendricks266 2015-05-19 22:02:47 +00:00
parent 5256146f89
commit d5e8209f9d
4 changed files with 7 additions and 4 deletions

View file

@ -338,6 +338,7 @@ static char *mousedigitaldefaults[] =
}; };
#if 0
static char *gamepaddigitaldefaults[] = static char *gamepaddigitaldefaults[] =
{ {
"Turn_Left", "Turn_Left",
@ -345,6 +346,7 @@ static char *gamepaddigitaldefaults[] =
"Move_Forward", "Move_Forward",
"Move_Backward", "Move_Backward",
}; };
#endif
static char *joystickanalogdefaults[] = static char *joystickanalogdefaults[] =

View file

@ -31,6 +31,8 @@ extern "C" {
#endif #endif
#include "function.h" #include "function.h"
#include "keyboard.h"
#include "control.h"
#define SETUPNAMEPARM "SETUPFILE" #define SETUPNAMEPARM "SETUPFILE"

View file

@ -60,7 +60,7 @@ extern "C" {
// Number of Mouse buttons // Number of Mouse buttons
#define MAXMOUSEBUTTONS 6 //#define MAXMOUSEBUTTONS 6
// Number of JOY buttons // Number of JOY buttons

View file

@ -1,10 +1,9 @@
#ifndef RENDERTYPEWIN #ifndef _WIN32
#error Only for Windows #error Only for Windows
#endif #endif
#include "types.h"
#include "build.h" #include "build.h"
#include "winlayer.h" #include "renderlayer.h"
#include "gamedefs.h" #include "gamedefs.h"
#include "config.h" #include "config.h"