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