mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-11 07:11:39 +00:00
allows sdlmusic.c to build with SDL 1.2.11
git-svn-id: https://svn.eduke32.com/eduke32@658 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
ff33c80132
commit
fd45e6663a
1 changed files with 3 additions and 0 deletions
|
@ -41,6 +41,9 @@ Adapted to work with JonoF's port by James Bentler (bentler@cs.umn.edu)
|
||||||
#define cdecl
|
#define cdecl
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
// for SDL_mixer.h _RW functions
|
||||||
|
#define USE_RWOPS
|
||||||
|
|
||||||
#include <SDL.h>
|
#include <SDL.h>
|
||||||
#include <SDL_mixer.h>
|
#include <SDL_mixer.h>
|
||||||
#include "music.h"
|
#include "music.h"
|
||||||
|
|
Loading…
Reference in a new issue