ddnet/src/game/server/gamemodes/mod.hpp

12 lines
281 B
C++
Raw Normal View History

2009-01-11 09:29:15 +00:00
/* copyright (c) 2007 magnus auvinen, see licence.txt for more info */
#include <game/server/gamecontroller.hpp>
class GAMECONTROLLER_MOD : public GAMECONTROLLER
{
public:
GAMECONTROLLER_MOD();
virtual void tick();
// add more virtual functions here if you wish
};