![]() |
VR-Forces 4.0.4 Class Documentation
|
00001 /****************************************************************************** 00002 ** Copyright (c) 2010 MAK Technologies, Inc. 00003 ** All rights reserved. 00004 ******************************************************************************/ 00005 00008 00009 #pragma once 00010 00011 // Get proper local export symbol 00012 #include "exampleSymbolDecoration.h" 00013 // Setup proper plugin export symbol 00014 #define DT_DE_PLUGIN_EXPORT_MACRO DT_DLL_EXAMPLESYMBOLDECORATION 00015 // Declare & export the plugin initialization function (bool initDeModule(DtDe* de)) 00016 #include <vrvCore/exportPlugin.h> 00017 00018 namespace makVrv 00019 { 00020 class DtDe; 00021 } 00022 00023 // Work function for the plugin initialization 00024 DT_DLL_EXAMPLESYMBOLDECORATION void init(makVrv::DtDe& de);