1 --- a/Chart.cpp 2010-08-06 18:06:55.000000000 +0200
2 +++ b/Chart.cpp 2011-02-20 21:45:19.906666670 +0100
7 +#include <OgreStringVector.h>
8 /*-----------------------------------------------------------------------------------------------*/
10 Chart::Chart(std::string pName, size_t pWidth, size_t pHeight, size_t pPo2Width,
15 - std::vector<std::string> lResourceGroups =
16 + Ogre::StringVector lResourceGroups =
17 Ogre::ResourceGroupManager::getSingleton().getResourceGroups();
20 --- a/GUIMenu.cpp 2010-08-08 18:34:46.000000000 +0200
21 +++ b/GUIMenu.cpp 2011-02-20 21:47:48.943333337 +0100
27 +#include <OgreStringVector.h>
28 /*-----------------------------------------------------------------------------------------------*/
30 void GUI::menuResumeGamePressed(MyGUI::WidgetPtr _widget)
32 while (start != end) {
33 std::string lOptionName = start->first;
34 std::string lCurrentValue = start->second.currentValue;
35 - std::vector<std::string> lPossibleValues = start->second.possibleValues;
36 + Ogre::StringVector lPossibleValues = start->second.possibleValues;
38 if (lOptionName == "Full Screen") {
39 mGUI->findWidget<MyGUI::Button>("FullscreenCheck")->
40 --- a/Main.cpp 2011-02-20 22:48:58.013333336 +0100
41 +++ b/Main.cpp 2011-02-20 22:49:11.360000003 +0100
43 #include "StaticGameObject.h"
47 +#include <OgreStringVector.h>
48 /*-----------------------------------------------------------------------------------------------*/
50 // Static variable definitions
52 REGISTER_CALLBACK(eRestartGame, Application::restartGame);
53 GameObject::resetIDCounter();
55 - std::vector<std::string> lLoadedResourceGroups;
56 + Ogre::StringVector lLoadedResourceGroups;
58 Ogre::ParticleSystemManager::getSingleton().removeAllTemplates();
59 Ogre::ResourceGroupManager::getSingleton().destroyResourceGroup("MinimapGroup");