Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

actor.h

Go to the documentation of this file.
00001 
00008 #ifndef _ACTOR_H
00009 #define _ACTOR_H
00010 
00017 class Actor {
00018 public:
00023     virtual void tick(double t) = 0;
00024 };
00025 
00026 #endif // header guard

Generated on Sat Mar 13 15:00:10 2004 by doxygen 1.3.5