Ignore:
Timestamp:
07/16/08 10:46:32 (16 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Vis/FriendlyCulling/src/common.h

    r2801 r2839  
    494494#define INITIAL_TRIANGLES_PER_VIRTUAL_LEAVES 1000 
    495495 
    496 // #define PRINT_VERBOSE_BENCHMARKS 
    497 } 
    498  
    499 #endif 
    500  
    501  
    502  
    503  
    504  
    505  
    506  
    507  
     496class Shape; 
     497typedef std::vector<Shape *> ShapeContainer; 
     498 
     499struct LODInfo; 
     500typedef std::vector<LODInfo *> LODInfoContainer; 
     501 
     502} 
     503 
     504#endif 
     505 
     506 
     507 
     508 
     509 
     510 
     511 
     512 
Note: See TracChangeset for help on using the changeset viewer.