VR-Forces 4.2 Class Documentation
exampleDistributedDrawPlugin.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2007 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: exampleDistributedDrawPlugin.h,v $ $Revision: 1.1 $ $State: Exp $
7 ******************************************************************************/
9 
10 #ifndef exampleDistributedDrawPlugin_h_
11 #define exampleDistributedDrawPlugin_h_
12 
13 // Get proper local export symbol
14 #include "exampleDistributedDraw.h"
15 
16 // Setup proper plugin export symbol
17 #define DT_DE_PLUGIN_EXPORT_MACRO DT_DLL_EXAMPLEDISTRIBUTEDDRAW
18 
19 // Declare & export the plugin initialization function (bool initDeModule(DtDe* de))
20 #include <vrvCore/exportPlugin.h>
21 
22 // Work function for the plugin initialization
24 
25 // Callback to load the DtDistributedDrawDriver into the display engine
26 void loadDriver(DtDe* de);
27 
28 #endif

Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)