mirror of
https://github.com/lubosz/overte.git
synced 2025-04-24 07:34:02 +02:00
add Audio back to win32
This commit is contained in:
parent
6de68ce31c
commit
b0e913bfce
1 changed files with 0 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue