Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

gametimer.h

Go to the documentation of this file.
00001 class GameTimer
00002 {
00003 private:
00004   int interval;
00005 public:
00006   GameTimer();
00007   ~GameTimer();
00008   int GetTime();
00009   void Set( int _interval );
00010 };

Generated on Sun Mar 2 18:50:27 2003 for eounicorn by doxygen1.3-rc3