5#include "game/player.h"
19 PlayerColor loser,
bool was_final) = 0;
Definition gamedelegate.h:12
virtual void on_player_sight(const Game &game, PlayerColor spotted, RegionSet location)
Definition gamedelegate.cpp:8
virtual void on_game_end(const Game &game)=0
virtual void on_players_match(const Game &game, PlayerColor victor, PlayerColor loser, bool was_final)=0
virtual void on_game_start(const Game &game)=0
virtual void tick(const Game &game)=0
virtual void on_bed_broken(const Game &game, PlayerColor breaker, PlayerColor bed)=0
virtual void on_player_move(const Game &game, int x, int y)
Definition gamedelegate.cpp:6