VR-Vantage API Documentation
vrvDiGuy.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2013 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
10 
11 #pragma once
12 
13 #ifdef _WIN32
14 #ifdef vrvDiGuy_EXPORTS
15 #define DT_DLL_VRVDIGUY __declspec ( dllexport )
16 #else
17 #define DT_DLL_VRVDIGUY __declspec ( dllimport )
18 
19 #ifdef _DEBUG
20 #pragma comment(lib,"vrvDiGuyd.lib")
21 #else
22 #pragma comment(lib,"vrvDiGuy.lib")
23 #endif
24 
25 #endif
26 #else
27 #define DT_DLL_VRVDIGUY
28 #endif
29 
30 namespace makVrv
31 {
32  class DtDe;
33  namespace vrvDiGuy
34  {
35  DT_DLL_VRVDIGUY void init(DtDe& anIG);
36  }
37 }
38 
39 #include <vrvUtil/vrvUtil.h>


Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)