Initial commit on develop branch
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#include "../Database/GameHistoryManager.h"
|
||||
#include "IntSqrt.h"
|
||||
#include "GetSavedBoardSize.h"
|
||||
#include <string>
|
||||
|
||||
int getSavedBoardSize(std::string board)
|
||||
{
|
||||
int elementCount = getSavedBoardElementCount(board);
|
||||
return intSqrt(elementCount);
|
||||
}
|
||||
Reference in New Issue
Block a user