VR-Vantage 2.8 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
vrvHla13.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 vrvHla13_EXPORTS
15 # define DT_DLL_VRVHLA13 __declspec ( dllexport )
16 # else
17 # define DT_DLL_VRVHLA13 __declspec ( dllimport )
18 # endif
19 #else
20 # define DT_DLL_VRVHLA13
21 #endif
22 //Actually make the shared VRLink code exported as HLA13 code.
23 #define DL_DLL_IGCONVRLINK DT_DLL_VRVHLA13
24 #include <vrvUtil/vrvUtil.h>
25 
26 namespace makVrv
27 {
28  class DtDe;
29  namespace vrvHla13
30  {
31  DT_DLL_VRVHLA13 void init(DtDe& anIG);
32  }
33 }


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