Ignore:
Timestamp:
06/10/08 10:54:13 (16 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Vis/CHC_revisited/RenderTraverser.h

    r2642 r2746  
    1 #ifndef NO_PRAGMA_ONCE 
    2 #pragma once 
    3 #endif 
    4  
    51#ifndef RENDERTRAVERSER_H 
    62#define RENDERTRAVERSER_H 
     3 
     4#if TOIMPLEMENT 
    75 
    86#include "glInterface.h" 
     
    1210#include <stack> 
    1311 
    14 using namespace std; 
     12 
    1513 
    1614typedef stack<HierarchyNode *> TraversalStack; 
     
    133131        bool mUseOptimization; 
    134132}; 
    135  
     133#endif 
    136134#endif // RENDERTRAVERSER_H 
Note: See TracChangeset for help on using the changeset viewer.