Xiangiqgame
AI engine for Xiangqi
Loading...
Searching...
No Matches
interface_game_reporter.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include <
game/game_data_structs.hpp
>
4
5
class
GameReporterInterface
{
6
public
:
7
virtual
void
ReportGameInfo
(
const
game::GameStatus
&game_status) = 0;
8
virtual
~GameReporterInterface
() =
default
;
9
};
GameReporterInterface
Definition:
interface_game_reporter.hpp:5
GameReporterInterface::~GameReporterInterface
virtual ~GameReporterInterface()=default
GameReporterInterface::ReportGameInfo
virtual void ReportGameInfo(const game::GameStatus &game_status)=0
game_data_structs.hpp
game::GameStatus
Definition:
game_data_structs.hpp:68
include
interfaces
interface_game_reporter.hpp
Generated on Sun Dec 29 2024 02:10:05 for Xiangiqgame by
1.9.6