about summary refs log tree commit diff
path: root/src/game/server/srv_dm.h
blob: b6fc8b622cb928a0d3e99ee01bdb8cf9b4d2bff2 (plain)
1
2
3
4
5
6
// game object
class gameobject_dm : public gameobject
{
public:
	virtual void tick();
};