![]() |
VR-Forces 4.0.4 Class Documentation
|
00001 /****************************************************************************** 00002 ** Copyright (c) 2008 MAK Technologies, Inc. 00003 ** All rights reserved. 00004 ******************************************************************************/ 00005 /****************************************************************************** 00006 ** $RCSfile: DtGlStudioHLA13.h,v $ $Revision: 1.4 $ $State: Exp $ 00007 ******************************************************************************/ 00008 00012 00013 #pragma once 00014 #ifdef _WIN32 00015 # ifdef vrvGlStudioHLA13_EXPORTS 00016 # define DT_DLL_VRVGLSTUDIOHLA13 __declspec ( dllexport ) 00017 # else 00018 # define DT_DLL_VRVGLSTUDIOHLA13 __declspec ( dllimport ) 00019 # endif 00020 #else 00021 # define DT_DLL_VRVGLSTUDIOHLA13 00022 #endif 00023 //Actually make the shared VRLink code exported as DIS code. 00024 #define DT_DLL_VRVGLSTUDIOVRLINK DT_DLL_VRVGLSTUDIOHLA13 00025 #include <vrvUtil/vrvUtil.h> 00026 00027 namespace makVrv 00028 { 00029 class DtDe; 00030 00031 namespace DtGlStudioHLA13 00032 { 00033 DT_DLL_VRVGLSTUDIOHLA13 void init(DtDe& anIG); 00034 } 00035 }