Files
Ramtin_repo/Othello/codes/Utilities/StrToInt.h
T

5 lines
66 B
C++

#pragma once
#include <string>
int strToInt(std::string number);