VR-Forces 4.5 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
simulationObjectEditorImpl
simulationObjectEditorImplDefines.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 2015 MaK Technologies, Inc.
3
** All rights reserved.
4
*********************************************************************/
5
6
#pragma once
7
11
#include <
vrvUtil/signalslib.h
>
12
13
namespace
makVrv
14
{
15
class
DtDe;
16
}
17
19
#ifdef WIN32
20
#ifdef DT_DLL_BUILD
21
#ifdef simulationObjectEditorImpl_EXPORTS
22
23
#pragma warning (disable:4251)
24
#define DT_DLL_simulationObjectEditorimpl __declspec(dllexport)
25
#else
26
#define DT_DLL_simulationObjectEditorimpl __declspec(dllimport)
27
#endif
28
#else
29
#define DT_DLL_simulationObjectEditorimpl
30
#endif
31
#else
32
#define DT_DLL_simulationObjectEditorimpl
33
#endif
Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (
www.mak.com
)