VR-Forces 4.0.4 Class Documentation
include/vrvDiGuy/vrvDiGuy.h
Go to the documentation of this file.
00001 /******************************************************************************
00002 ** Copyright (c) 2007 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 ******************************************************************************/
00005 /******************************************************************************
00006 ** $RCSfile: vrvDiGuy.h,v $ $Revision: 1.7 $ $State: Exp $
00007 ******************************************************************************/
00008 
00013 
00014 #pragma once
00015 
00016 #ifdef _WIN32
00017 #ifdef vrvDiGuy_EXPORTS
00018 #define DT_DLL_VRVDIGUY __declspec ( dllexport )
00019 #else
00020 #define DT_DLL_VRVDIGUY __declspec ( dllimport )
00021 
00022 #ifdef _DEBUG
00023 #pragma comment(lib,"vrvDiGuyd.lib")
00024 #else
00025 #pragma comment(lib,"vrvDiGuy.lib")
00026 #endif
00027 
00028 #endif
00029 #else
00030 #define DT_DLL_VRVDIGUY
00031 #endif
00032 
00033 namespace makVrv
00034 {
00035    class DtDe;
00036    namespace vrvDiGuy
00037    {
00038       DT_DLL_VRVDIGUY void init(DtDe& anIG);
00039    }
00040 }
00041 
00042 #include <vrvUtil/vrvUtil.h>

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)