#include "stdafx.h" #include "CPreGameTextHandler.h" std::string CPreGameTextHandler::getTitle(std::string text) { std::string ret; int i=0; while ((text[i++]!='{')); while ((text[i]!='}') && (i