VR-Engage
2.2
Loading...
Searching...
No Matches
plugin.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2024 MAK Technologies
3
** All rights reserved.
4
*******************************************************************************/
5
6
#pragma once
7
8
#include "
export.h
"
9
10
// forward declare the Player Station App
11
namespace
makVre
12
{
13
class
DtPlayerStationApp
;
14
}
15
16
// The plugin loading function
17
extern
"C"
18
{
19
INPUTDEVICE_DLL
bool
initPlayerStationModule
(
makVre::DtPlayerStationApp
* app);
20
};
makVre::DtPlayerStationApp
Top-level class representing the VR-Engage application.
Definition
playerStationApp.h:163
initPlayerStationModule
COMMENTFRONTEND_DLL bool initPlayerStationModule(makVre::DtPlayerStationApp *app)
Entry point called by the player station framework to register the example frontend comment logic com...
export.h
INPUTDEVICE_DLL
#define INPUTDEVICE_DLL
Definition
export.h:15
makVre
Include export definitions for this library.
Definition
glsVreMessageUtil.h:49
Generated on 2026-01-13 from SVN revision 282860 - Copyright © 2005-2026 MAK Technologies. All Rights Reserved.