ddnet/src/game/server/gamemodes/dm.h
2011-02-13 19:32:06 +02:00

16 lines
453 B
C++

/* (c) Magnus Auvinen. See licence.txt in the root of the distribution for more information. */
/* If you are missing that file, acquire a complete release at teeworlds.com. */
/*
#ifndef GAME_SERVER_GAMEMODES_DM_H
#define GAME_SERVER_GAMEMODES_DM_H
#include <game/server/gamecontroller.h>
class CGameControllerDM : public IGameController
{
public:
CGameControllerDM(class CGameContext *pGameServer);
virtual void Tick();
};
#endif
*/