VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
vrfMakRadioQt.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2017 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 #pragma once
6 
7 #ifdef _WIN32
8 #ifdef vrfMakRadioQt_EXPORTS
9 #define VRFMAKRADIOQT_DLL __declspec ( dllexport )
10 #else
11 #define VRFMAKRADIOQT_DLL __declspec ( dllimport )
12 #endif
13 #else
14 #define VRFMAKRADIOQT_DLL
15 #endif
16 
17 namespace makVrv
18 {
19  class DtDe;
20 }
21 
22 namespace vrfMakRadioQt
23 {
25 }
VRFMAKRADIOQT_DLL void init(makVrv::DtDe &de)
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:76
#define VRFMAKRADIOQT_DLL
Definition: vrfMakRadioQt.h:14

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)