![]() |
VR-Forces 4.0.4 Class Documentation
|
00001 /****************************************************************************** 00002 ** Copyright (c) 2009 MAK Technologies, Inc. 00003 ** All rights reserved. 00004 ******************************************************************************/ 00005 /****************************************************************************** 00006 ** $RCSfile: exampleBulletHolePlugin.h,v $ $Revision: 1.2 $ $State: Exp $ 00007 ******************************************************************************/ 00008 00011 00012 #ifndef exampleBulletHolePlugin_h_ 00013 #define exampleBulletHolePlugin_h_ 00014 00015 // Get proper local export symbol 00016 #include "exampleBulletHole.h" 00017 00018 // Setup proper plugin export symbol 00019 #define DT_DE_PLUGIN_EXPORT_MACRO DT_DLL_EXAMPLEBULLETHOLE 00020 00021 // Declare & export the plugin initialization function (bool initDeModule(DtDe* de)) 00022 #include <vrvCore/exportPlugin.h> 00023 00024 namespace makVrv { class DtDe; } 00025 00026 // Work function for the plugin initialization 00027 DT_DLL_EXAMPLEBULLETHOLE void init(makVrv::DtDe& de); 00028 00029 #endif