about summary refs log tree commit diff
path: root/src/game/server/srv_dm.h
blob: 96bff3aebf02c589b9bb2339c996c26ac5aee2b5 (plain)
1
2
3
4
5
6
7
/* copyright (c) 2007 magnus auvinen, see licence.txt for more info */
// game object
class gameobject_dm : public gameobject
{
public:
	virtual void tick();
};