#include "SoundManager.h"#include "DebugUtil.h"#include "SDL.h"#include "TimeUtility.h"#include "ISound.h"#include "Song.h"#include "InputEvents.h"#include "EventManager.h"#include "GameConfig.h"#include "GameException.h"Go to the source code of this file.
Defines | |
| #define | MAX_WAVE_DIFF 20000 |
| #define MAX_WAVE_DIFF 20000 |
Definition at line 17 of file SoundManager.cpp.
1.5.9