This commit is contained in:
Sandipsinh Rathod 2024-12-06 19:06:23 -05:00
parent b081f21fd9
commit 6362853abd
No known key found for this signature in database

@ -4,6 +4,7 @@
#include "common.h"
#include "board.h"
#include "player.h"
#include <vector>
class StrategicPlayer1 : public IPlayer {
char name;