VR-Forces 4.0.4 Class Documentation
include/vrvCore/vrvCore.h
Go to the documentation of this file.
00001 /*****************************************************************************
00002  * Copyright (c) 2012 MAK Technologies, Inc.
00003  * All rights reserved.
00004  *****************************************************************************/
00005 
00010 
00011 #pragma once
00012 
00013 #ifdef _WIN32
00014 #  ifdef vrvCore_EXPORTS
00015 #     define DT_DLL_VRVCORE __declspec ( dllexport )
00016 #  else
00017 #     define DT_DLL_VRVCORE __declspec ( dllimport )
00018 #     ifdef _DEBUG
00019 #        pragma comment(lib,"vrvCored.lib")
00020 #     else
00021 #        pragma comment(lib,"vrvCore.lib")
00022 #     endif
00023 #  endif
00024 #else
00025 #  define DT_DLL_VRVCORE
00026 #endif
00027 #include <vrvUtil/vrvUtil.h>
00028 
00029 namespace makVrv
00030 {
00031 
00032    class DtDe;
00033 
00034    namespace vrvCore
00035    {
00036 
00039       DT_DLL_VRVCORE void init( DtDe& de );
00040 
00041    }
00042 }

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)