Xiangiqgame
AI engine for Xiangqi
Loading...
Searching...
No Matches
utility_functs.cpp
Go to the documentation of this file.
1
3
4#include <fstream>
5#include <iostream>
6#include <string>
8
9const std::string utility_functs::get_data_file_abs_path(const std::string data_file) {
10 const std::string abs_path = string(DATA_DIR) + "/" + data_file;
11 return abs_path;
12}
13
14
const string get_data_file_abs_path(const std::string data_file)
Defiition of miscellaneous free functions (and implementation of those that are templates).