ddnet/src/game/server/srv_tdm.h

9 lines
181 B
C
Raw Normal View History

2007-11-25 19:42:40 +00:00
/* copyright (c) 2007 magnus auvinen, see licence.txt for more info */
// game object
class gameobject_tdm : public gameobject
{
public:
gameobject_tdm();
virtual void tick();
};