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

Legend:

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

    r2755 r2756  
    285285 
    286286Real Random(Real max); 
    287 int  Random(int max); 
     287int Random(int max); 
    288288void Randomize(); 
    289 void 
    290 Randomize(const unsigned int seed); 
     289void Randomize(unsigned int seed); 
    291290 
    292291 
     
    473472typedef std::queue<OcclusionQuery *> QueryQueue; 
    474473 
    475 } 
    476  
    477 #endif 
    478  
    479  
    480  
    481  
    482  
    483  
    484  
    485  
     474static std::ofstream Debug("debug.log"); 
     475 
     476} 
     477 
     478#endif 
     479 
     480 
     481 
     482 
     483 
     484 
     485 
     486 
Note: See TracChangeset for help on using the changeset viewer.