mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-24 04:29:34 -04:00
little clean up
This commit is contained in:
parent
f5276845cf
commit
56ee1fbaa2
@ -22,8 +22,6 @@
|
||||
#ifndef __I_SOUND__
|
||||
#define __I_SOUND__
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include "sounds.h"
|
||||
|
||||
// Adjustable by menu.
|
||||
|
@ -298,7 +298,7 @@ void I_ToggleVsync(void)
|
||||
|
||||
// killough 3/22/98: rewritten to use interrupt-driven keyboard queue
|
||||
|
||||
void I_GetEvent(void)
|
||||
static void I_GetEvent(void)
|
||||
{
|
||||
SDL_Event sdlevent;
|
||||
|
||||
|
@ -15,6 +15,7 @@
|
||||
//
|
||||
|
||||
#include <xmp.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include "doomtype.h"
|
||||
#include "i_oalstream.h"
|
||||
|
@ -21,8 +21,6 @@
|
||||
#ifndef __SOUNDS__
|
||||
#define __SOUNDS__
|
||||
|
||||
#include "config.h"
|
||||
|
||||
//
|
||||
// SoundFX struct.
|
||||
//
|
||||
@ -57,7 +55,7 @@ typedef struct sfxinfo_struct {
|
||||
int volume;
|
||||
|
||||
// OpenAL buffer id
|
||||
uint32_t buffer;
|
||||
unsigned int buffer;
|
||||
|
||||
// lump number of sfx
|
||||
int lumpnum;
|
||||
|
Loading…
x
Reference in New Issue
Block a user