VR-Forces 5.0.3 Developer's Guide
Home
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrvImguiExperimentalFeaturesPlugin
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
>
exportPlugin.h
Document ID: Generated on Thu Jun 1 17:58:13 EDT 2023 from SVN revision 255404
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (
www.mak.com
)