VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
bhave3DGui
pluginInit.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2008 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
6
7
#pragma once
8
9
//Get proper local export symbol
10
#include <
bhave3DGui/bhave3DGuiDefines.h
>
11
12
//Setup proper plugin export symbol
13
#ifdef BUILDING_PLUGIN
14
#define DT_DE_PLUGIN_EXPORT_MACRO __declspec(dllexport)
15
#define DT_DE_INIT_EXPORT_MACRO __declspec(dllexport)
16
#else
17
#define DT_DE_PLUGIN_EXPORT_MACRO DT_DLL_bhave3DGui
18
#define DT_DE_INIT_EXPORT_MACRO DT_DLL_bhave3DGui
19
#endif
20
21
//Export plugins function void initIgModule(DtDe*);
22
#include <
vrvCore/exportPlugin.h
>
23
25
DT_DE_INIT_EXPORT_MACRO
void
init
(
makVrv::DtDe
& de);
26
28
void
loadDriver
(
makVrv::DtDe
* de);
Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (
www.mak.com
)