sound now works
This commit is contained in:
@@ -22,6 +22,7 @@ IPhysics *g_pPhysics;
|
||||
IPhysicsWorld *g_pPhysicsWorld;
|
||||
|
||||
IKotUIManager *g_pKotUI;
|
||||
IAudioManager *g_pAudioManager;
|
||||
|
||||
CreateInterfaceFn GetEngineFactory()
|
||||
{
|
||||
|
||||
@@ -10,6 +10,7 @@
|
||||
#include "iphysics.h"
|
||||
#include "ihumandevice.h"
|
||||
#include "kottui/kottui.h"
|
||||
#include "iaudio.h"
|
||||
|
||||
class CEngineVars
|
||||
{
|
||||
@@ -42,6 +43,8 @@ extern IPhysicsWorld *g_pPhysicsWorld;
|
||||
|
||||
extern IKotUIManager *g_pKotUI;
|
||||
|
||||
extern IAudioManager *g_pAudioManager;
|
||||
|
||||
#define FUNNY_SECURE_PORT 27015
|
||||
#define FUNNY_QUERY_PORT 27016
|
||||
|
||||
|
||||
Reference in New Issue
Block a user