VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
exampleDynamicDrawPlugin.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2015 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: exampleDynamicDrawPlugin.h,v $ $Revision: 1.1 $ $State: Exp $
7 ******************************************************************************/
9 
10 #ifndef exampleDynamicDrawPlugin_h_
11 #define exampleDynamicDrawPlugin_h_
12 
13 // Get proper local export symbol
14 #ifdef _WIN32
15 #ifdef DT_DLL_EXAMPLEDYNAMICDRAW
16 #define DT_DLL_EXAMPLEDYNAMICDRAW __declspec ( dllexport )
17 #else
18 #define DT_DLL_EXAMPLEDYNAMICDRAW __declspec ( dllimport )
19 #endif
20 #else
21 #define DT_DLL_EXAMPLEDYNAMICDRAW
22 #endif
23 
24 // Setup proper plugin export symbol
25 #define DT_DE_PLUGIN_EXPORT_MACRO DT_DLL_EXAMPLEDYNAMICDRAW
26 
27 // Declare & export the plugin initialization function (bool initDeModule(DtDe* de))
28 #include <vrvCore/exportPlugin.h>
29 
30 using namespace makVrv;
31 
32 // Work function for the plugin initialization
34 
35 // Callback to create the DtExampleModelManager which handles cube creation
36 void createModelManager(DtDe* de);
37 
38 #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)