VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
exampleToolbarPluginInit.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2010 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: exampleToolbarPluginInit.h,v $ $Revision: 1.1 $ $State: Exp $
7 ******************************************************************************/
9 
10 #pragma once
11 
12 // Get proper local export symbol
13 #include "exampleToolbarPlugin.h"
14 
15 // Setup proper plugin export symbol
16 #define DT_DE_PLUGIN_EXPORT_MACRO DT_DLL_EXAMPLETOOLBAR
17 
18 // Export plugging function bool initDeModule(DtDe* de);
19 #include <vrvCore/exportPlugin.h>
20 
21 namespace makVrv
22 {
23  class DtDe;
24  namespace vrvExampleToolbarPlugin
25  {
26  DT_DLL_EXAMPLETOOLBAR void init(DtDe& anIG);
27  }
28 }

Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)