don't need SDL for hats

This commit is contained in:
Glenn Maynard
2004-06-16 21:06:59 +00:00
parent 7fdcaa15d8
commit 416e15e256
@@ -13,8 +13,6 @@
#include "RageSound.h"
#include "RageLog.h"
#include "SDL.h"
const int channels = 2;
const int bytes_per_frame = 2 * channels; /* 16-bit */
const int samplerate = 44100;