Skip to content
Snippets Groups Projects
Commit 8dd48905 authored by Felton Samuel's avatar Felton Samuel
Browse files

removed useless files

parent 06411052
No related branches found
No related tags found
No related merge requests found
#include "test_penguin_game.hpp"
#include "config.hpp"
#include "test_mcts_two_players.hpp"
#include "heuristic.hpp"
namespace game {
void test_penguin_game()
{
}
}
#ifndef __TEST_PENGUIN_GAME_HPP__
#define __TEST_PENGUIN_GAME_HPP__
namespace game {
void test_penguin_game();
}
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment