add Audio back to win32

This commit is contained in:
Brad Hefta-Gaub 2014-01-11 22:30:55 -08:00
parent 6de68ce31c
commit b0e913bfce

View file

@ -28,9 +28,7 @@
#include <ScriptEngine.h>
#include <VoxelQuery.h>
#ifndef _WIN32
#include "Audio.h"
#endif
#include "BandwidthMeter.h"
#include "Camera.h"
@ -463,9 +461,7 @@ private:
VoxelShader _voxelShader;
PointShader _pointShader;
#ifndef _WIN32
Audio _audio;
#endif
bool _enableNetworkThread;
pthread_t _networkReceiveThread;