mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-21 06:39:42 +00:00
Include UString
This commit is contained in:
parent
da9b0c5119
commit
81b8328bdd
35 changed files with 35 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
#include "activator.hpp"
|
||||
|
||||
#include <MyGUI_TextIterator.h>
|
||||
#include <MyGUI_UString.h>
|
||||
|
||||
#include <components/esm3/loadacti.hpp>
|
||||
#include <components/esm3/loadcrea.hpp>
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
#include "apparatus.hpp"
|
||||
|
||||
#include <MyGUI_TextIterator.h>
|
||||
#include <MyGUI_UString.h>
|
||||
|
||||
#include "../mwbase/environment.hpp"
|
||||
#include "../mwbase/windowmanager.hpp"
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
#include "armor.hpp"
|
||||
|
||||
#include <MyGUI_TextIterator.h>
|
||||
#include <MyGUI_UString.h>
|
||||
|
||||
#include <components/esm3/loadarmo.hpp>
|
||||
#include <components/esm3/loadgmst.hpp>
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
#include "book.hpp"
|
||||
|
||||
#include <MyGUI_TextIterator.h>
|
||||
#include <MyGUI_UString.h>
|
||||
|
||||
#include <components/esm3/loadbook.hpp>
|
||||
#include <components/esm3/loadsoun.hpp>
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
#include "clothing.hpp"
|
||||
|
||||
#include <MyGUI_TextIterator.h>
|
||||
#include <MyGUI_UString.h>
|
||||
|
||||
#include <components/esm3/loadclot.hpp>
|
||||
#include <components/esm3/loadnpc.hpp>
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
#include "container.hpp"
|
||||
|
||||
#include <MyGUI_TextIterator.h>
|
||||
#include <MyGUI_UString.h>
|
||||
|
||||
#include <components/esm3/containerstate.hpp>
|
||||
#include <components/esm3/loadcont.hpp>
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
#include "creature.hpp"
|
||||
|
||||
#include <MyGUI_TextIterator.h>
|
||||
#include <MyGUI_UString.h>
|
||||
|
||||
#include <components/esm3/creaturestate.hpp>
|
||||
#include <components/esm3/loadclas.hpp>
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
#include "door.hpp"
|
||||
|
||||
#include <MyGUI_TextIterator.h>
|
||||
#include <MyGUI_UString.h>
|
||||
|
||||
#include <components/esm3/doorstate.hpp>
|
||||
#include <components/esm3/loaddoor.hpp>
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
#include "esm4base.hpp"
|
||||
|
||||
#include <MyGUI_TextIterator.h>
|
||||
#include <MyGUI_UString.h>
|
||||
|
||||
#include <components/sceneutil/positionattitudetransform.hpp>
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
#include "ingredient.hpp"
|
||||
|
||||
#include <MyGUI_TextIterator.h>
|
||||
#include <MyGUI_UString.h>
|
||||
|
||||
#include <components/esm3/loadingr.hpp>
|
||||
#include <components/esm3/loadnpc.hpp>
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
#include "light.hpp"
|
||||
|
||||
#include <MyGUI_TextIterator.h>
|
||||
#include <MyGUI_UString.h>
|
||||
|
||||
#include <components/esm3/loadligh.hpp>
|
||||
#include <components/esm3/loadnpc.hpp>
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
#include "lockpick.hpp"
|
||||
|
||||
#include <MyGUI_TextIterator.h>
|
||||
#include <MyGUI_UString.h>
|
||||
|
||||
#include <components/esm3/loadlock.hpp>
|
||||
#include <components/esm3/loadnpc.hpp>
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
#include "misc.hpp"
|
||||
|
||||
#include <MyGUI_TextIterator.h>
|
||||
#include <MyGUI_UString.h>
|
||||
|
||||
#include <components/esm3/loadcrea.hpp>
|
||||
#include <components/esm3/loadmisc.hpp>
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
#include "npc.hpp"
|
||||
|
||||
#include <MyGUI_TextIterator.h>
|
||||
#include <MyGUI_UString.h>
|
||||
|
||||
#include <cassert>
|
||||
#include <memory>
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
#include "potion.hpp"
|
||||
|
||||
#include <MyGUI_TextIterator.h>
|
||||
#include <MyGUI_UString.h>
|
||||
|
||||
#include "../mwbase/environment.hpp"
|
||||
#include "../mwbase/windowmanager.hpp"
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
#include "probe.hpp"
|
||||
|
||||
#include <MyGUI_TextIterator.h>
|
||||
#include <MyGUI_UString.h>
|
||||
|
||||
#include <components/esm3/loadnpc.hpp>
|
||||
#include <components/esm3/loadprob.hpp>
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
#include "repair.hpp"
|
||||
|
||||
#include <MyGUI_TextIterator.h>
|
||||
#include <MyGUI_UString.h>
|
||||
|
||||
#include <components/esm3/loadnpc.hpp>
|
||||
#include <components/esm3/loadrepa.hpp>
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
#include "weapon.hpp"
|
||||
|
||||
#include <MyGUI_TextIterator.h>
|
||||
#include <MyGUI_UString.h>
|
||||
|
||||
#include <components/esm3/loadnpc.hpp>
|
||||
#include <components/esm3/loadweap.hpp>
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
#include <MyGUI_ControllerRepeatClick.h>
|
||||
#include <MyGUI_EditBox.h>
|
||||
#include <MyGUI_Gui.h>
|
||||
#include <MyGUI_UString.h>
|
||||
|
||||
#include <components/esm3/loadappa.hpp>
|
||||
#include <components/esm3/loadingr.hpp>
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
#include <MyGUI_ImageBox.h>
|
||||
#include <MyGUI_ListBox.h>
|
||||
#include <MyGUI_ScrollView.h>
|
||||
#include <MyGUI_UString.h>
|
||||
|
||||
#include <components/esm3/loadbsgn.hpp>
|
||||
#include <components/esm3/loadspel.hpp>
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
#include <MyGUI_ImageBox.h>
|
||||
#include <MyGUI_ListBox.h>
|
||||
#include <MyGUI_ScrollView.h>
|
||||
#include <MyGUI_UString.h>
|
||||
|
||||
#include "../mwbase/environment.hpp"
|
||||
#include "../mwbase/windowmanager.hpp"
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
#include <MyGUI_LanguageManager.h>
|
||||
#include <MyGUI_ProgressBar.h>
|
||||
#include <MyGUI_ScrollBar.h>
|
||||
#include <MyGUI_UString.h>
|
||||
#include <MyGUI_Window.h>
|
||||
|
||||
#include <components/debug/debuglog.hpp>
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
#include <MyGUI_Button.h>
|
||||
#include <MyGUI_EditBox.h>
|
||||
#include <MyGUI_ScrollView.h>
|
||||
#include <MyGUI_UString.h>
|
||||
|
||||
#include <components/misc/strings/format.hpp>
|
||||
#include <components/settings/values.hpp>
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
#include <MyGUI_Gui.h>
|
||||
#include <MyGUI_ScrollView.h>
|
||||
#include <MyGUI_TextBox.h>
|
||||
#include <MyGUI_UString.h>
|
||||
|
||||
#include <components/esm3/loadench.hpp>
|
||||
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
#include <MyGUI_Gui.h>
|
||||
#include <MyGUI_LayoutManager.h>
|
||||
#include <MyGUI_TextBox.h>
|
||||
#include <MyGUI_UString.h>
|
||||
#include <MyGUI_Widget.h>
|
||||
#include <MyGUI_Window.h>
|
||||
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
#include <MyGUI_ImageBox.h>
|
||||
#include <MyGUI_ScrollView.h>
|
||||
#include <MyGUI_TextBox.h>
|
||||
#include <MyGUI_UString.h>
|
||||
|
||||
#include <components/fallback/fallback.hpp>
|
||||
#include <components/widgets/box.hpp>
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
#include <MyGUI_Gui.h>
|
||||
#include <MyGUI_ScrollBar.h>
|
||||
#include <MyGUI_TextBox.h>
|
||||
#include <MyGUI_UString.h>
|
||||
|
||||
#include <components/debug/debuglog.hpp>
|
||||
#include <components/misc/pathhelpers.hpp>
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
#include <MyGUI_EditBox.h>
|
||||
#include <MyGUI_LanguageManager.h>
|
||||
#include <MyGUI_RenderManager.h>
|
||||
#include <MyGUI_UString.h>
|
||||
|
||||
#include <components/debug/debuglog.hpp>
|
||||
#include <components/misc/strings/algorithm.hpp>
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
#include <MyGUI_ImageBox.h>
|
||||
#include <MyGUI_ListBox.h>
|
||||
#include <MyGUI_ScrollBar.h>
|
||||
#include <MyGUI_UString.h>
|
||||
|
||||
#include <osg/Texture2D>
|
||||
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
#include <MyGUI_Gui.h>
|
||||
#include <MyGUI_ImageBox.h>
|
||||
#include <MyGUI_ScrollView.h>
|
||||
#include <MyGUI_UString.h>
|
||||
|
||||
#include <components/esm3/loadbsgn.hpp>
|
||||
#include <components/esm3/loadrace.hpp>
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
#include <MyGUI_ImageBox.h>
|
||||
#include <MyGUI_InputManager.h>
|
||||
#include <MyGUI_LanguageManager.h>
|
||||
#include <MyGUI_UString.h>
|
||||
|
||||
#include <osg/Texture2D>
|
||||
#include <osgDB/ReadFile>
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
#include <MyGUI_ScrollBar.h>
|
||||
#include <MyGUI_ScrollView.h>
|
||||
#include <MyGUI_TabControl.h>
|
||||
#include <MyGUI_UString.h>
|
||||
#include <MyGUI_Window.h>
|
||||
|
||||
#include <SDL_video.h>
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
|
||||
#include <MyGUI_Button.h>
|
||||
#include <MyGUI_EditBox.h>
|
||||
#include <MyGUI_UString.h>
|
||||
|
||||
namespace MWGui
|
||||
{
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
#include <MyGUI_InputManager.h>
|
||||
#include <MyGUI_RenderManager.h>
|
||||
#include <MyGUI_TextIterator.h>
|
||||
#include <MyGUI_UString.h>
|
||||
|
||||
#include <components/esm/records.hpp>
|
||||
#include <components/l10n/manager.hpp>
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
#include <MyGUI_ControllerManager.h>
|
||||
#include <MyGUI_ImageBox.h>
|
||||
#include <MyGUI_ProgressBar.h>
|
||||
#include <MyGUI_UString.h>
|
||||
|
||||
#include <components/esm/attr.hpp>
|
||||
#include <components/esm3/loadmgef.hpp>
|
||||
|
|
Loading…
Reference in a new issue