5 lines
74 B
C++
5 lines
74 B
C++
#pragma once
|
|
|
|
#include <string>
|
|
|
|
int getSavedBoardSize(std::string board); |