27 #ifndef _CEGUISimpleTimer_h_ 
   28 #define _CEGUISimpleTimer_h_ 
   30 #include "CEGUI/Base.h" 
   43     static double currentTime();
 
   47     void restart() { d_baseTime = currentTime(); }
 
   48     double elapsed() { 
return currentTime() - d_baseTime; }
 
Definition: MemoryAllocatedObject.h:109
Simple timer class. 
Definition: SimpleTimer.h:36
Main namespace for Crazy Eddie's GUI Library. 
Definition: arch_overview.dox:1