예제 #1
0
파일: Game.cpp 프로젝트: wmolicki/riverride
void CGame::loadInitial() {
	CFileHandler fh;
	fh.loadMapFromFile("./res/map4.txt", mapVector);
}