Conquer Chess
Chess and Starcraft combined
Loading...
Searching...
No Matches
Classes | Functions
game_log.h File Reference
#include "message.h"
#include <SFML/System.hpp>
#include <vector>
Include dependency graph for game_log.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  game_log
 The text log in the game. More...
 

Functions

std::string get_last_log_messages (const game_log &l, const chess_color color) noexcept
 Get the log messages for a specific color.
 
void test_log ()
 Test this class and its free function.
 

Function Documentation

◆ get_last_log_messages()

std::string get_last_log_messages ( const game_log l,
const chess_color  color 
)
noexcept

Get the log messages for a specific color.

◆ test_log()

void test_log ( )

Test this class and its free function.