VR-Forces 4.8 Class Documentation
 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.
Definition: DtDe.h:69
#define VRFMAKRADIOQT_DLL
Definition: vrfMakRadioQt.h:14

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)