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:
plagman 2008-03-25 09:07:10 +00:00
parent ff33c80132
commit fd45e6663a
1 changed files with 3 additions and 0 deletions

View File

@ -41,6 +41,9 @@ Adapted to work with JonoF's port by James Bentler (bentler@cs.umn.edu)
#define cdecl
#endif
// for SDL_mixer.h _RW functions
#define USE_RWOPS
#include <SDL.h>
#include <SDL_mixer.h>
#include "music.h"