mirror of
https://github.com/ZDoom/Raze.git
synced 2025-06-02 18:21:06 +00:00
Update some program names
git-svn-id: https://svn.eduke32.com/eduke32@7537 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
07010b398a
commit
36b75561cc
12 changed files with 70 additions and 27 deletions
|
@ -26,14 +26,17 @@ Prepared for public release: 03/28/2005 - Charlie Wiederhold, 3D Realms
|
|||
|
||||
#ifndef config_public_
|
||||
#define config_public_
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include "compat.h"
|
||||
|
||||
#include "function.h"
|
||||
#include "keyboard.h"
|
||||
#include "control.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#define SETUPNAMEPARM "SETUPFILE"
|
||||
|
||||
// screen externs
|
||||
|
@ -108,7 +111,7 @@ extern int32_t EnableRudder;
|
|||
extern int32_t MouseDigitalAxes[MAXMOUSEAXES][2];
|
||||
extern int32_t JoystickDigitalAxes[MAXJOYAXES][2];
|
||||
|
||||
extern char setupfilename[64];
|
||||
extern char setupfilename[BMAX_PATH];
|
||||
extern char ExternalControlFilename[64];
|
||||
|
||||
//style=0: classic
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue