Ignore:
Timestamp:
12/30/05 16:37:41 (19 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/GtpVisibilityPreprocessor/src/Exporter.h

    r482 r486  
    2222class VspBspTree; 
    2323class RssTree; 
     24class Mesh; 
    2425 
    2526class Exporter 
     
    109110  ExportGeometry(const ObjectContainer &objects) = 0; 
    110111 
     112  virtual void 
     113  ExportMesh(Mesh *mesh) = 0; 
     114 
    111115  virtual bool 
    112116  ExportRssTree2(const RssTree &tree, 
Note: See TracChangeset for help on using the changeset viewer.