Compile with newer openal-soft

This commit is contained in:
Jari Vetoniemi 2020-03-16 00:11:12 +09:00 committed by Jonas Kulla
parent 6743b5a79c
commit dfa25a2524
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,6 @@
#include <SDL_rect.h>
#include <al.h>
#include <alc.h>
#include <alext.h>
#include "sharedstate.h"

View File

@ -36,8 +36,9 @@
#include <stdint.h>
#include <alc.h>
struct RGSSThreadData;
typedef struct ALCdevice_struct ALCdevice;
struct SDL_Window;
union SDL_Event;