Пример #1
0
void CGame::loadInitial() {
	CFileHandler fh;
	fh.loadMapFromFile("./res/map4.txt", mapVector);
}