mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-18 06:51:47 +00:00
fix up a mis-understanding about api headers
*taniwha larts himself for not explaining things to Despair
This commit is contained in:
parent
082c5ccae4
commit
8e2d89c4c2
53 changed files with 62 additions and 70 deletions
|
@ -1,6 +1,4 @@
|
|||
## Process this file with automake to produce Makefile.in
|
||||
AUTOMAKE_OPTIONS= foreign
|
||||
SUBDIRS = QF
|
||||
includedir = $(prefix)/include
|
||||
include_HEADERS = cdaudio.h fbset.h in_win.h input.h joystick.h sound.h
|
||||
EXTRA_DIST =
|
||||
EXTRA_DIST = fbset.h in_win.h
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
# include "config.h"
|
||||
#endif
|
||||
|
||||
#include "QF/cdaudio.h"
|
||||
#include "cdaudio.h"
|
||||
|
||||
void
|
||||
CDAudio_Play (byte track, qboolean looping)
|
||||
|
|
|
@ -56,7 +56,7 @@
|
|||
|
||||
#include "QF/console.h"
|
||||
#include "QF/qargs.h"
|
||||
#include "sound.h"
|
||||
#include "QF/sound.h"
|
||||
|
||||
#ifndef MAP_FAILED
|
||||
# define MAP_FAILED ((void*)-1)
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
#include <sys/asoundlib.h>
|
||||
|
||||
#include "QF/qtypes.h"
|
||||
#include "sound.h"
|
||||
#include "QF/sound.h"
|
||||
#include "QF/qargs.h"
|
||||
#include "QF/console.h"
|
||||
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
#include <sys/types.h>
|
||||
|
||||
#include "QF/console.h"
|
||||
#include "sound.h"
|
||||
#include "QF/sound.h"
|
||||
#include "QF/qargs.h"
|
||||
|
||||
static int snd_inited;
|
||||
|
|
|
@ -49,12 +49,7 @@ void IN_Accumulate (void);//XXX FIXME
|
|||
#include "QF/model.h"
|
||||
#include "QF/qargs.h"
|
||||
#include "QF/sys.h"
|
||||
#include "sound.h"
|
||||
|
||||
#ifdef _WIN32
|
||||
#include "winquake.h"
|
||||
#include "in_win.h"
|
||||
#endif
|
||||
#include "QF/sound.h"
|
||||
|
||||
void S_Play (void);
|
||||
void S_PlayVol (void);
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
#include "QF/console.h"
|
||||
#include "QF/qendian.h"
|
||||
#include "QF/quakefs.h"
|
||||
#include "sound.h"
|
||||
#include "QF/sound.h"
|
||||
#include "QF/sys.h"
|
||||
|
||||
int cache_full_cycle;
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
|
||||
#include "QF/compat.h"
|
||||
#include "QF/console.h"
|
||||
#include "sound.h"
|
||||
#include "QF/sound.h"
|
||||
|
||||
#ifdef _WIN32
|
||||
# include "winquake.h"
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
*/
|
||||
|
||||
#include "QF/qtypes.h"
|
||||
#include "sound.h"
|
||||
#include "QF/sound.h"
|
||||
|
||||
// =======================================================================
|
||||
// Various variables also defined in snd_dma.c
|
||||
|
|
|
@ -58,7 +58,7 @@
|
|||
#include "QF/cmd.h"
|
||||
#include "QF/console.h"
|
||||
#include "QF/qargs.h"
|
||||
#include "sound.h"
|
||||
#include "QF/sound.h"
|
||||
|
||||
#ifndef MAP_FAILED
|
||||
# define MAP_FAILED ((void *) -1)
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
#include "QF/cmd.h"
|
||||
#include "QF/console.h"
|
||||
#include "QF/qargs.h"
|
||||
#include "sound.h"
|
||||
#include "QF/sound.h"
|
||||
|
||||
static dma_t the_shm;
|
||||
static int snd_inited;
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
#include "QF/console.h"
|
||||
#include "QF/qtypes.h"
|
||||
#include "QF/qargs.h"
|
||||
#include "sound.h"
|
||||
#include "QF/sound.h"
|
||||
|
||||
static int snd_inited = 0;
|
||||
static ALconfig alc;
|
||||
|
|
|
@ -49,7 +49,7 @@
|
|||
#include "QF/console.h"
|
||||
#include "QF/qtypes.h"
|
||||
#include "QF/qargs.h"
|
||||
#include "sound.h"
|
||||
#include "QF/sound.h"
|
||||
|
||||
int audio_fd;
|
||||
int snd_inited;
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
#include "winquake.h"
|
||||
#include "QF/qargs.h"
|
||||
#include "QF/console.h"
|
||||
#include "sound.h"
|
||||
#include "QF/sound.h"
|
||||
|
||||
#define iDirectSoundCreate(a,b,c) pDirectSoundCreate(a,b,c)
|
||||
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
#include "protocol.h"
|
||||
#include "net.h"
|
||||
#include "QF/model.h"
|
||||
#include "sound.h"
|
||||
#include "QF/sound.h"
|
||||
#include "render.h"
|
||||
#include "QF/cvar.h"
|
||||
#include "QF/quakefs.h"
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
#include "QF/cvar.h"
|
||||
#include "client.h"
|
||||
#include "chase.h"
|
||||
#include "input.h"
|
||||
#include "QF/input.h"
|
||||
#include "host.h"
|
||||
#include "QF/va.h"
|
||||
#include "host.h"
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
|
||||
#include "client.h"
|
||||
#include "host.h"
|
||||
#include "cdaudio.h"
|
||||
#include "QF/cdaudio.h"
|
||||
#include "QF/cmd.h"
|
||||
#include "QF/console.h"
|
||||
#include "QF/msg.h"
|
||||
|
@ -43,9 +43,9 @@
|
|||
#include "sbar.h"
|
||||
#include "screen.h"
|
||||
#include "server.h"
|
||||
#include "sound.h" // FIXME: DEFAULT_SOUND_PACKET_*
|
||||
#include "QF/sound.h" // FIXME: DEFAULT_SOUND_PACKET_*
|
||||
#include "game.h"
|
||||
#include "input.h"
|
||||
#include "QF/input.h"
|
||||
|
||||
char *svc_strings[] = {
|
||||
"svc_bad",
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
#include "QF/console.h"
|
||||
#include "draw.h"
|
||||
#include "host.h"
|
||||
#include "input.h"
|
||||
#include "QF/input.h"
|
||||
#include "QF/keys.h"
|
||||
#include "QF/qargs.h"
|
||||
#include "screen.h"
|
||||
|
|
|
@ -65,7 +65,7 @@
|
|||
#include "QF/sys.h"
|
||||
#include "QF/console.h"
|
||||
#include "QF/cvar.h"
|
||||
#include "input.h"
|
||||
#include "QF/input.h"
|
||||
|
||||
static void (*event_handlers[LASTEvent]) (XEvent *);
|
||||
qboolean oktodraw = false;
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
#include "QF/sys.h"
|
||||
#include "QF/quakefs.h"
|
||||
#include "d_iface.h"
|
||||
#include "sound.h"
|
||||
#include "QF/sound.h"
|
||||
|
||||
typedef struct {
|
||||
vrect_t rect;
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
#include <time.h>
|
||||
|
||||
#include "QF/compat.h"
|
||||
#include "input.h"
|
||||
#include "QF/input.h"
|
||||
#include "QF/qendian.h"
|
||||
#include "vid.h"
|
||||
#include "QF/sys.h"
|
||||
|
@ -52,7 +52,7 @@
|
|||
#include "QF/keys.h"
|
||||
#include "QF/cmd.h"
|
||||
#include "sbar.h"
|
||||
#include "sound.h"
|
||||
#include "QF/sound.h"
|
||||
#include "screen.h"
|
||||
#include "render.h" // needed by: client.h, gl_model.h,
|
||||
// glquake.h
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
#include "server.h"
|
||||
#include "view.h"
|
||||
#include "chase.h"
|
||||
#include "cdaudio.h"
|
||||
#include "QF/cdaudio.h"
|
||||
#include "QF/cmd.h"
|
||||
#include "QF/console.h"
|
||||
#include "QF/keys.h"
|
||||
|
@ -47,7 +47,7 @@
|
|||
#include "sbar.h"
|
||||
#include "vid.h"
|
||||
#include "draw.h"
|
||||
#include "input.h"
|
||||
#include "QF/input.h"
|
||||
#include "screen.h"
|
||||
#include "gib.h"
|
||||
#include "sv_progs.h"
|
||||
|
|
|
@ -38,8 +38,8 @@
|
|||
#include "QF/cvar.h"
|
||||
#include "draw.h"
|
||||
#include "host.h"
|
||||
#include "input.h"
|
||||
#include "joystick.h"
|
||||
#include "QF/input.h"
|
||||
#include "QF/joystick.h"
|
||||
#include "QF/keys.h"
|
||||
#include "QF/sys.h"
|
||||
#include "QF/qargs.h"
|
||||
|
|
|
@ -49,8 +49,8 @@
|
|||
#include "QF/console.h"
|
||||
#include "QF/cvar.h"
|
||||
#include "host.h"
|
||||
#include "input.h"
|
||||
#include "joystick.h"
|
||||
#include "QF/input.h"
|
||||
#include "QF/joystick.h"
|
||||
#include "QF/keys.h"
|
||||
#include "QF/qargs.h"
|
||||
#include "QF/sys.h"
|
||||
|
|
|
@ -64,8 +64,8 @@
|
|||
#include "QF/cvar.h"
|
||||
#include "dga_check.h"
|
||||
#include "host.h"
|
||||
#include "input.h"
|
||||
#include "joystick.h"
|
||||
#include "QF/input.h"
|
||||
#include "QF/joystick.h"
|
||||
#include "QF/keys.h"
|
||||
#include "QF/qargs.h"
|
||||
#include "QF/sys.h"
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
#include "QF/cmd.h"
|
||||
#include "screen.h"
|
||||
#include "sbar.h"
|
||||
#include "input.h"
|
||||
#include "QF/input.h"
|
||||
#include "view.h"
|
||||
#include "host.h"
|
||||
#include "QF/sys.h"
|
||||
|
|
|
@ -52,7 +52,7 @@
|
|||
|
||||
#include "QF/console.h"
|
||||
#include "glquake.h"
|
||||
#include "input.h"
|
||||
#include "QF/input.h"
|
||||
#include "QF/qargs.h"
|
||||
#include "QF/quakefs.h"
|
||||
#include "sbar.h"
|
||||
|
|
|
@ -63,7 +63,7 @@
|
|||
#include "QF/cvar.h"
|
||||
#include "d_local.h"
|
||||
#include "host.h"
|
||||
#include "input.h"
|
||||
#include "QF/input.h"
|
||||
#include "QF/qargs.h"
|
||||
#include "QF/qendian.h"
|
||||
#include "QF/sys.h"
|
||||
|
|
|
@ -48,7 +48,7 @@
|
|||
#include "context_x11.h"
|
||||
#include "glquake.h"
|
||||
#include "host.h"
|
||||
#include "input.h"
|
||||
#include "QF/input.h"
|
||||
#include "QF/qargs.h"
|
||||
#include "QF/qendian.h"
|
||||
#include "QF/quakefs.h"
|
||||
|
|
|
@ -53,7 +53,7 @@
|
|||
#include "QF/cvar.h"
|
||||
#include "d_local.h"
|
||||
#include "host.h"
|
||||
#include "input.h"
|
||||
#include "QF/input.h"
|
||||
#include "QF/qargs.h"
|
||||
#include "QF/qendian.h"
|
||||
#include "QF/sys.h"
|
||||
|
|
|
@ -59,12 +59,11 @@
|
|||
#include "QF/cvar.h"
|
||||
#include "QF/sys.h"
|
||||
#include "QF/cmd.h"
|
||||
#include "input.h"
|
||||
#include "QF/input.h"
|
||||
#include "draw.h"
|
||||
#include "QF/console.h"
|
||||
#include "QF/va.h"
|
||||
#include "client.h"
|
||||
#include "input.h"
|
||||
#include "context_x11.h"
|
||||
#include "host.h"
|
||||
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
#include "QF/cmd.h"
|
||||
#include "QF/console.h"
|
||||
#include "host.h"
|
||||
#include "input.h"
|
||||
#include "QF/input.h"
|
||||
#include "QF/keys.h"
|
||||
#include "QF/msg.h"
|
||||
#include "msg_ucmd.h"
|
||||
|
|
|
@ -60,7 +60,7 @@
|
|||
|
||||
#include "bothdefs.h"
|
||||
#include "buildnum.h"
|
||||
#include "cdaudio.h"
|
||||
#include "QF/cdaudio.h"
|
||||
#include "cl_cam.h"
|
||||
#include "cl_demo.h"
|
||||
#include "cl_ents.h"
|
||||
|
@ -78,7 +78,7 @@
|
|||
#include "draw.h"
|
||||
#include "game.h"
|
||||
#include "host.h"
|
||||
#include "input.h"
|
||||
#include "QF/input.h"
|
||||
#include "QF/keys.h"
|
||||
#include "QF/model.h"
|
||||
#include "QF/msg.h"
|
||||
|
@ -90,7 +90,7 @@
|
|||
#include "sbar.h"
|
||||
#include "screen.h"
|
||||
#include "skin.h"
|
||||
#include "sound.h"
|
||||
#include "QF/sound.h"
|
||||
#include "QF/sys.h"
|
||||
#include "teamplay.h"
|
||||
#include "vid.h"
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
#endif
|
||||
|
||||
#include "bothdefs.h"
|
||||
#include "cdaudio.h"
|
||||
#include "QF/cdaudio.h"
|
||||
#include "cl_ents.h"
|
||||
#include "cl_input.h"
|
||||
#include "cl_main.h"
|
||||
|
@ -61,7 +61,7 @@
|
|||
#include "screen.h"
|
||||
#include "sbar.h"
|
||||
#include "skin.h"
|
||||
#include "sound.h"
|
||||
#include "QF/sound.h"
|
||||
#include "teamplay.h"
|
||||
#include "QF/va.h"
|
||||
#include "view.h"
|
||||
|
|
|
@ -48,7 +48,7 @@
|
|||
#include "QF/model.h"
|
||||
#include "QF/msg.h"
|
||||
#include "r_dynamic.h"
|
||||
#include "sound.h"
|
||||
#include "QF/sound.h"
|
||||
|
||||
#define MAX_BEAMS 8
|
||||
#define MAX_BEAM_ENTS 20
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
#include "QF/cmd.h"
|
||||
#include "QF/console.h"
|
||||
#include "draw.h"
|
||||
#include "input.h"
|
||||
#include "QF/input.h"
|
||||
#include "QF/keys.h"
|
||||
#include "QF/qargs.h"
|
||||
#include "screen.h"
|
||||
|
|
|
@ -64,7 +64,7 @@
|
|||
#include "context_x11.h"
|
||||
#include "QF/cvar.h"
|
||||
#include "dga_check.h"
|
||||
#include "input.h"
|
||||
#include "QF/input.h"
|
||||
#include "QF/qargs.h"
|
||||
#include "QF/qtypes.h"
|
||||
#include "QF/sys.h"
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
#include "d_iface.h"
|
||||
#include "draw.h"
|
||||
#include "QF/quakefs.h"
|
||||
#include "sound.h"
|
||||
#include "QF/sound.h"
|
||||
#include "QF/sys.h"
|
||||
|
||||
typedef struct {
|
||||
|
|
|
@ -52,7 +52,7 @@
|
|||
#include "QF/qargs.h"
|
||||
#include "r_dynamic.h"
|
||||
#include "skin.h"
|
||||
#include "sound.h"
|
||||
#include "QF/sound.h"
|
||||
#include "QF/sys.h"
|
||||
#include "view.h"
|
||||
|
||||
|
|
|
@ -39,8 +39,8 @@
|
|||
#include "QF/cvar.h"
|
||||
#include "draw.h"
|
||||
#include "host.h"
|
||||
#include "input.h"
|
||||
#include "joystick.h"
|
||||
#include "QF/input.h"
|
||||
#include "QF/joystick.h"
|
||||
#include "QF/keys.h"
|
||||
#include "QF/sys.h"
|
||||
#include "QF/qargs.h"
|
||||
|
|
|
@ -49,8 +49,8 @@
|
|||
#include "QF/console.h"
|
||||
#include "QF/cvar.h"
|
||||
#include "host.h"
|
||||
#include "input.h"
|
||||
#include "joystick.h"
|
||||
#include "QF/input.h"
|
||||
#include "QF/joystick.h"
|
||||
#include "QF/keys.h"
|
||||
#include "QF/qargs.h"
|
||||
#include "QF/sys.h"
|
||||
|
|
|
@ -64,8 +64,8 @@
|
|||
#include "QF/cvar.h"
|
||||
#include "dga_check.h"
|
||||
#include "host.h"
|
||||
#include "input.h"
|
||||
#include "joystick.h"
|
||||
#include "QF/input.h"
|
||||
#include "QF/joystick.h"
|
||||
#include "QF/keys.h"
|
||||
#include "QF/qargs.h"
|
||||
#include "QF/sys.h"
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
#include "server.h"
|
||||
#include "sv_progs.h"
|
||||
#include "QF/sys.h"
|
||||
#include "sound.h" // FIXME: DEFAULT_SOUND_PACKET_*
|
||||
#include "QF/sound.h" // FIXME: DEFAULT_SOUND_PACKET_*
|
||||
|
||||
#define CHAN_AUTO 0
|
||||
#define CHAN_WEAPON 1
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
|
||||
#include "d_ifacea.h"
|
||||
#include "r_local.h"
|
||||
#include "sound.h"
|
||||
#include "QF/sound.h"
|
||||
|
||||
#if 0
|
||||
// FIXME
|
||||
|
|
|
@ -48,7 +48,7 @@
|
|||
#include "r_dynamic.h"
|
||||
#include "r_local.h"
|
||||
#include "screen.h"
|
||||
#include "sound.h"
|
||||
#include "QF/sound.h"
|
||||
#include "QF/sys.h"
|
||||
#include "view.h"
|
||||
|
||||
|
|
|
@ -46,7 +46,7 @@
|
|||
|
||||
#include "QF/console.h"
|
||||
#include "glquake.h"
|
||||
#include "input.h"
|
||||
#include "QF/input.h"
|
||||
#include "QF/qargs.h"
|
||||
#include "qfgl_ext.h"
|
||||
#include "QF/quakefs.h"
|
||||
|
|
|
@ -63,7 +63,7 @@
|
|||
#include "QF/cvar.h"
|
||||
#include "d_local.h"
|
||||
#include "host.h"
|
||||
#include "input.h"
|
||||
#include "QF/input.h"
|
||||
#include "QF/qargs.h"
|
||||
#include "QF/qendian.h"
|
||||
#include "QF/sys.h"
|
||||
|
|
|
@ -51,7 +51,7 @@
|
|||
#include "context_x11.h"
|
||||
#include "glquake.h"
|
||||
#include "host.h"
|
||||
#include "input.h"
|
||||
#include "QF/input.h"
|
||||
#include "QF/qargs.h"
|
||||
#include "QF/qendian.h"
|
||||
#include "QF/quakefs.h"
|
||||
|
|
|
@ -52,7 +52,7 @@
|
|||
#include "QF/cvar.h"
|
||||
#include "d_local.h"
|
||||
#include "host.h"
|
||||
#include "input.h"
|
||||
#include "QF/input.h"
|
||||
#include "QF/qargs.h"
|
||||
#include "QF/qendian.h"
|
||||
#include "QF/sys.h"
|
||||
|
|
Loading…
Reference in a new issue