VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
exampleSceneRootPlugin.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2021 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
6 
7 #pragma once
8 
9 // Get proper local export symbol
10 #ifndef exampleSceneRootPlugin_H_
11 #define exampleSceneRootPlugin_H_
12 
13 #ifdef _WIN32
14 #ifdef EXAMPLESCENEROOTPLUGIN_EXPORTS
15 #define DT_DLL_EXAMPLESCENEROOTPLUGIN __declspec ( dllexport )
16 #else
17 #define DT_DLL_EXAMPLESCENEROOTPLUGIN __declspec ( dllimport )
18 #endif
19 #else
20 #define DT_DLL_EXAMPLESCENEROOTPLUGIN
21 #endif
22 
23 
24 #endif
25 
26 
27 // Setup proper plugin export symbol
28 #define DT_DE_PLUGIN_EXPORT_MACRO DT_DLL_EXAMPLESCENEROOTPLUGIN
29 
30 // Export plugging function bool initDeModule(DtDe* de);
31 #include <vrvCore/exportPlugin.h>
32 
33 namespace makVrv
34 {
35  class DtDe;
36  DT_DLL_EXAMPLESCENEROOTPLUGIN void init(DtDe& anIG);
37 }
DT_DLL_EXAMPLESCENEROOTPLUGIN void init(DtDe &anIG)
#define DT_DLL_EXAMPLESCENEROOTPLUGIN
Definition: exampleSceneRootPlugin.h:20

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)