Initial commit on develop branch
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
#include "../Structures/Move.h"
|
||||
|
||||
void clearGameLog();
|
||||
void addLog(Move move);
|
||||
int countLogs();
|
||||
Move getLog(int logIndex);
|
||||
Reference in New Issue
Block a user