changed direct sound file to use our special math wrapper include file

This commit is contained in:
Mark Vejvoda
2010-06-25 19:58:19 +00:00
parent 646e8593f4
commit 6f2662d50b

View File

@@ -12,7 +12,7 @@
#include "sound_player_ds8.h" #include "sound_player_ds8.h"
#include <cassert> #include <cassert>
#include <cmath> #include "math_wrapper.h"
#include "util.h" #include "util.h"
#include "leak_dumper.h" #include "leak_dumper.h"