Move the sound driver out of arch.cpp.

This commit is contained in:
Steve Checkoway
2006-11-18 20:33:27 +00:00
parent 1e505ff81e
commit b85a488f89
10 changed files with 97 additions and 82 deletions
@@ -4,6 +4,8 @@
#include "RageUtil.h"
#include "PrefsManager.h"
REGISTER_SOUND_DRIVER_CLASS( Null );
const int channels = 2;
void RageSound_Null::Update()