Fix name bug with getMoveString

This commit is contained in:
Philippe Symons 2024-07-23 23:50:07 +02:00
parent 2adbacf43b
commit 76ecc15ede

View File

@ -1,6 +1,6 @@
#include "Moves.h"
const char *moveToString(Move move)
const char *getMoveString(Move move)
{
switch (move)
{