mirror of
https://github.com/lubosz/overte.git
synced 2025-08-07 17:41:12 +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 <ScriptEngine.h>
|
||||||
#include <VoxelQuery.h>
|
#include <VoxelQuery.h>
|
||||||
|
|
||||||
#ifndef _WIN32
|
|
||||||
#include "Audio.h"
|
#include "Audio.h"
|
||||||
#endif
|
|
||||||
|
|
||||||
#include "BandwidthMeter.h"
|
#include "BandwidthMeter.h"
|
||||||
#include "Camera.h"
|
#include "Camera.h"
|
||||||
|
@ -463,9 +461,7 @@ private:
|
||||||
VoxelShader _voxelShader;
|
VoxelShader _voxelShader;
|
||||||
PointShader _pointShader;
|
PointShader _pointShader;
|
||||||
|
|
||||||
#ifndef _WIN32
|
|
||||||
Audio _audio;
|
Audio _audio;
|
||||||
#endif
|
|
||||||
|
|
||||||
bool _enableNetworkThread;
|
bool _enableNetworkThread;
|
||||||
pthread_t _networkReceiveThread;
|
pthread_t _networkReceiveThread;
|
||||||
|
|
Loading…
Reference in a new issue