Skip to content

Commit

Permalink
SDL 1.2 is not supported any further. Get the stable-1.0 branch for t…
Browse files Browse the repository at this point in the history
…hat.
  • Loading branch information
icculus committed Jul 15, 2018
1 parent e4ebd25 commit 433054b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/SDL_sound.h
Expand Up @@ -52,7 +52,10 @@
#define _INCLUDE_SDL_SOUND_H_

#include "SDL.h"
#include "SDL_endian.h"

#if SDL_MAJOR_VERSION < 2
#error SDL2_sound requires SDL 2.0.0 or later.
#endif

#ifdef __cplusplus
extern "C" {
Expand Down

0 comments on commit 433054b

Please sign in to comment.