![]() |
VR-Forces 4.0.4 Class Documentation
|
00001 /***************************************************************************** 00002 * Copyright (c) 2012 MAK Technologies, Inc. 00003 * All rights reserved. 00004 *****************************************************************************/ 00005 00009 00010 #pragma once 00011 00012 // Setup proper plug-in export symbol. 00013 #ifdef _WIN32 00014 # ifdef EXAMPLEEXTENDDIALOG_EXPORTS 00015 # define DT_DE_PLUGIN_EXPORT_MACRO __declspec ( dllexport ) 00016 # else 00017 # define DT_DE_PLUGIN_EXPORT_MACRO __declspec ( dllimport ) 00018 # endif 00019 #else 00020 # define DT_DE_PLUGIN_EXPORT_MACRO 00021 #endif 00022 00023 #include <vrvUtil/signalslib.h> 00024 00025 // Export plugging function bool initDeModule(DtDe* de); 00026 #include <vrvCore/exportPlugin.h> 00027 00028 namespace makVrv { class DtDe; } 00034 void init( makVrv::DtDe& de ); 00035 00036 00037