Browse Source

Remove SDL/ prefix

stable-0.11
malc 17 years ago
parent
commit
e2b19c85ea
  1. 2
      sdl_zoom.h

2
sdl_zoom.h

@ -14,7 +14,7 @@
#ifndef SDL_zoom_h
#define SDL_zoom_h
#include <SDL/SDL.h>
#include <SDL.h>
#define SMOOTHING_OFF 0
#define SMOOTHING_ON 1

Loading…
Cancel
Save