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
#ifdef _WIN32
9
#ifdef commentNet_EXPORTS
10
#define COMMENTNET_DLL __declspec(dllexport)
11
#else
12
#define COMMENTNET_DLL __declspec(dllimport)
13
#endif
14
#else
15
#define COMMENTNET_DLL
16
#endif
17
18
namespace
makVre
19
{
20
class
DtPlayerStationApp;
21
}
22
23
extern
"C"
24
{
25
//! Entry point called by the simulation backend to register the
26
//! example network comment connector with the connector factory.
27
COMMENTNET_DLL
bool
initPlayerStationModule
(
makVre::DtPlayerStationApp
* app);
28
};
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...
COMMENTNET_DLL
#define COMMENTNET_DLL
Definition
plugin.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.