VR-Forces 4.0.4 Class Documentation
include/vrvGlStudio/DtGlStudio.h
Go to the documentation of this file.
00001 /******************************************************************************
00002 ** Copyright (c) 2008 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 ******************************************************************************/
00005 /******************************************************************************
00006 ** $RCSfile: DtGlStudio.h,v $ $Revision: 1.3 $ $State: Exp $
00007 ******************************************************************************/
00008 
00012 
00013 #pragma once
00014 #ifdef _WIN32
00015 #  ifdef vrvGlStudio_EXPORTS
00016 #     define DT_DLL_VRVGLSTUDIO __declspec ( dllexport )
00017 #  else
00018 #     define DT_DLL_VRVGLSTUDIO __declspec ( dllimport )
00019 #  endif
00020 #else
00021 #  define DT_DLL_VRVGLSTUDIO
00022 #endif
00023 #include <vrvUtil/vrvUtil.h>
00024 
00025 namespace makVrv
00026 {
00027    class DtDe;
00028 
00029    namespace DtGlStudio
00030    {
00031       DT_DLL_VRVGLSTUDIO void init(DtDe& anIG);
00032    }
00033 }

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)