1 2 3 4 5 6
// game object class gameobject_tdm : public gameobject { public: virtual void tick(); };