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[] =
{
"Turn_Left",
@ -345,6 +346,7 @@ static char *gamepaddigitaldefaults[] =
"Move_Forward",
"Move_Backward",
};
#endif
static char *joystickanalogdefaults[] =

View File

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

View File

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

View File

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