VR-Forces 4.0.4 Class Documentation
examples/exampleBulletHole/exampleBulletHolePlugin.h
Go to the documentation of this file.
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

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)