VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtGlDebugger.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2019 VT-MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 #pragma once
11 
12 #include <vector>
13 
14 namespace makVrv
15 {
17  {
18  public:
19  DtGlDebugger();
20  virtual ~DtGlDebugger();
21  virtual void initialize(void);
22  bool initialized(void) const;
23  protected:
24  static std::vector<unsigned int> theSkipList;
25  static bool theIsInitialized;
26 
27  };
28 
29 }
Dll export defines.
Definition: DtGlDebugger.h:16
static bool theIsInitialized
Definition: DtGlDebugger.h:25
static std::vector< unsigned int > theSkipList
Definition: DtGlDebugger.h:24
#define DT_DLL_VRVGRAPHICSUTILS
Definition: vrvGraphicsUtils.h:18

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)