This commit is contained in:
Glenn Maynard
2003-01-24 22:28:23 +00:00
parent 24a8ea5a47
commit bca879f9b0
6 changed files with 28 additions and 35 deletions
@@ -3,20 +3,18 @@
* Each sound gets its own stream, which allows for very little startup
* latency for each sound and lower CPU usage. */
#include "../../stdafx.h"
#include "stdafx.h"
#include "RageSoundDriver_DSound.h"
#include "DSoundHelpers.h"
#include "../../RageSoundManager.h"
#include "../../RageException.h"
#include "../../RageUtil.h"
#include "../../RageSound.h"
#include "../../RageLog.h"
#include "../../tls.h"
#include "RageSoundManager.h"
#include "RageException.h"
#include "RageUtil.h"
#include "RageSound.h"
#include "RageLog.h"
#include "archutils/win32/tls.h"
#include "SDL.h"
#include "../../RageTimer.h"
RageSoundManager *SOUNDMAN = NULL;
const int channels = 2;