Exemplo n.º 1
0
	void parseAndAddEvent(LevelData& mLevelData, Json::Value &mEventRoot)
	{
		mLevelData.addEvent(mEventRoot);
	}