/* copyright (c) 2007 magnus auvinen, see licence.txt for more info */ #include #include "gs_common.h" #include "gs_game_dm.h" void GAMECONTROLLER_DM::tick() { do_player_score_wincheck(); GAMECONTROLLER::tick(); }