VR-Forces 5.0.1 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
vrfDis.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: vrfDis.h,v $ $Revision: 1.1 $ $State: Exp $
7 ******************************************************************************/
8 
12 
14 
15 #pragma once
16 
17 #define DT_PROTOCOL_NAMESPACE vrvDis
18 #define VRF_PROTOCOL_NAMESPACE makVrfDis
19 
20 #ifdef WIN32
21 #pragma once
22 
23 #ifdef VRFDIS_EXPORTS
24 #define DT_DLL_VRFDIS __declspec ( dllexport )
25 #else
26 #define DT_DLL_VRFDIS __declspec ( dllimport )
27 
28 #endif
29 #else
30 #define DT_DLL_VRFDIS
31 #endif
32 
33 namespace makVrv
34 {
35  class DtDe;
36 }
37 
38 namespace makVrf
39 {
41  {
42  DT_DLL_VRFDIS void init(makVrv::DtDe& ande);
43  }
44 }
DT_DLL_VRFDIS void init(makVrv::DtDe &ande)
#define VRF_PROTOCOL_NAMESPACE
Definition: vrfDis.h:18
#define DT_DLL_VRFDIS
Definition: vrfDis.h:30
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:70

Document ID: Generated on Mon Jun 20 00:38:30 EDT 2022 from SVN revision 244029
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)