VR-Forces 4.2 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
examples
exampleToolbar
exampleToolbarPluginInit.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2010 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
/******************************************************************************
6
** $RCSfile: exampleToolbarPluginInit.h,v $ $Revision: 1.1 $ $State: Exp $
7
******************************************************************************/
9
10
#pragma once
11
12
// Get proper local export symbol
13
#include "
exampleToolbarPlugin.h
"
14
15
// Setup proper plugin export symbol
16
#define DT_DE_PLUGIN_EXPORT_MACRO DT_DLL_EXAMPLETOOLBAR
17
18
// Export plugging function bool initDeModule(DtDe* de);
19
#include <vrvCore/exportPlugin.h>
20
21
namespace
makVrv
22
{
23
class
DtDe
;
24
namespace
vrvExampleToolbarPlugin
25
{
26
DT_DLL_EXAMPLETOOLBAR
void
init
(
DtDe
& anIG);
27
}
28
}
Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)