VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
entityEditorImpl
entityEditorImplDefines.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 2008 MaK Technologies, Inc.
3
** All rights reserved.
4
*********************************************************************/
5
/*********************************************************************
6
** $RCSfile: entityEditorImplDefines.h,v $ $Revision: 1.1 $ $State: Exp $
7
********************************************************************/
8
#ifndef ENTITY_EDITOR_IMPL_DEFINES
9
#define ENTITY_EDITOR_IMPL_DEFINES
10
14
16
#ifdef WIN32
17
#ifdef DT_DLL_BUILD
18
#ifdef entityEditorImpl_EXPORTS
19
20
#pragma warning (disable:4251)
21
#define DT_DLL_entityeditorimpl __declspec(dllexport)
22
#else
23
#define DT_DLL_entityeditorimpl __declspec(dllimport)
24
#endif
25
#else
26
#define DT_DLL_entityeditorimpl
27
#endif
28
#else
29
#define DT_DLL_entityeditorimpl
30
#endif
31
32
#endif
Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)