work on basic VR
This commit is contained in:
@@ -23,6 +23,7 @@ IPhysicsWorld *g_pPhysicsWorld;
|
||||
|
||||
IKotUIManager *g_pKotUI;
|
||||
IAudioManager *g_pAudioManager;
|
||||
IXRManager *g_pXRManager;
|
||||
|
||||
CreateInterfaceFn GetEngineFactory()
|
||||
{
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
#include "ihumandevice.h"
|
||||
#include "kottui/kottui.h"
|
||||
#include "iaudio.h"
|
||||
#include "ixr.h"
|
||||
|
||||
class CEngineVars
|
||||
{
|
||||
@@ -44,6 +45,7 @@ extern IPhysicsWorld *g_pPhysicsWorld;
|
||||
extern IKotUIManager *g_pKotUI;
|
||||
|
||||
extern IAudioManager *g_pAudioManager;
|
||||
extern IXRManager *g_pXRManager;
|
||||
|
||||
#define FUNNY_SECURE_PORT 27015
|
||||
#define FUNNY_QUERY_PORT 27016
|
||||
|
||||
Reference in New Issue
Block a user