about summary refs log tree commit diff
path: root/src/game/server/gs_game_tdm.hpp
blob: 516b581cfc4786f11d303809ff7395b278e50370 (plain)
1
2
3
4
5
6
7
8
9
10
/* copyright (c) 2007 magnus auvinen, see licence.txt for more info */
// game object
class GAMECONTROLLER_TDM : public GAMECONTROLLER
{
public:
	GAMECONTROLLER_TDM();
	
	int on_player_death(class PLAYER *victim, class PLAYER *killer, int weapon);
	virtual void tick();
};