about summary refs log tree commit diff
path: root/src/game/server/gamemodes/dm.hpp
blob: f57fe06d548801b01f214eb4887df23d0a60df3f (plain)
1
2
3
4
5
6
7
8
9
/* copyright (c) 2007 magnus auvinen, see licence.txt for more info */

#include <game/server/gamecontroller.hpp>

class GAMECONTROLLER_DM : public GAMECONTROLLER
{
public:
	virtual void tick();
};