VR-Vantage 2.6 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
vrvDisQt.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2019 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
10 
11 #pragma once
12 
13 #ifdef _WIN32
14 #ifdef vrvDisQt_EXPORTS
15 #define DT_DLL_VRVDISQT __declspec ( dllexport )
16 #else
17 #define DT_DLL_VRVDISQT __declspec ( dllimport )
18 
19 #endif
20 #else
21 #define DT_DLL_VRVDISQT
22 #endif
23 
24 #include <vrvUtil/signalslib.h>
25 
26 namespace makVrv
27 {
28  class DtDe;
29  namespace vrvDisQt
30  {
31  DT_DLL_VRVDISQT void init(DtDe& anIG);
32  }
33 }
DT_DLL_VRVDISQT void init(DtDe &anIG)
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
#define DT_DLL_VRVDISQT
Definition: vrvDisQt.h:21


Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)