VR-Forces 5.0.1 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtImguiExperimentalFeaturesPlugin.h
Go to the documentation of this file.
1 // /******************************************************************************
2 // ** Copyright (c) 2020 MAK Technologies, Inc.
3 // ** All rights reserved.
4 // ******************************************************************************/
5 
6 #pragma once
7 
8 #ifdef _WIN32
9 #ifdef IMGUI_EXPERIMENTAL_FEATURES_EXPORTS
10 #define IMGUI_EXPERIMENTAL_FEATURES_DLL __declspec ( dllexport )
11 #else
12 #define IMGUI_EXPERIMENTAL_FEATURES_DLL __declspec ( dllimport )
13 #endif
14 #else
15 #define IMGUI_EXPERIMENTAL_FEATURES_DLL
16 #define NAME_DLL
17 #endif
18 
19 //Setup proper plugin export symbol
20 #define DT_DE_PLUGIN_EXPORT_MACRO IMGUI_EXPERIMENTAL_FEATURES_DLL
21 
22 //Export plugins function void initDeModule(DtDe*);
23 #include <vrvCore/exportPlugin.h>

Document ID: Generated on Mon Jun 20 00:38:30 EDT 2022 from SVN revision 244029
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)