Merge branch 'rename-h' of https://github.com/Flakebi/stk-code into Flakebi-rename-h

This commit is contained in:
hiker 2015-02-10 11:34:21 +11:00
commit 325d1a11c1
13 changed files with 11 additions and 11 deletions

View File

@ -2,7 +2,7 @@
// This file is part of the "Irrlicht Engine". // This file is part of the "Irrlicht Engine".
// For conditions of distribution and use, see copyright notice in irrlicht.h // For conditions of distribution and use, see copyright notice in irrlicht.h
#include "guiengine/CGUISpriteBank.h" #include "guiengine/CGUISpriteBank.hpp"
#ifdef _IRR_COMPILE_WITH_GUI_ #ifdef _IRR_COMPILE_WITH_GUI_
#include "IGUIEnvironment.h" #include "IGUIEnvironment.h"

View File

@ -2,7 +2,7 @@
// This file is part of the "Irrlicht Engine". // This file is part of the "Irrlicht Engine".
// For conditions of distribution and use, see copyright notice in irrlicht.h // For conditions of distribution and use, see copyright notice in irrlicht.h
#include "CGUIEditBox.h" #include "guiengine/widgets/CGUIEditBox.hpp"
#include "IGUISkin.h" #include "IGUISkin.h"
#include "IGUIEnvironment.h" #include "IGUIEnvironment.h"

View File

@ -3,7 +3,7 @@
// This file is part of the "Irrlicht Engine". // This file is part of the "Irrlicht Engine".
// For conditions of distribution and use, see copyright notice in irrlicht.h // For conditions of distribution and use, see copyright notice in irrlicht.h
#include "guiengine/widgets/CGUISTKListBox.h" #include "guiengine/widgets/CGUISTKListBox.hpp"
#include "IGUISkin.h" #include "IGUISkin.h"
#include "IGUIEnvironment.h" #include "IGUIEnvironment.h"

View File

@ -17,14 +17,14 @@
#include "guiengine/widgets/list_widget.hpp" #include "guiengine/widgets/list_widget.hpp"
#include "guiengine/CGUISpriteBank.h" #include "guiengine/CGUISpriteBank.hpp"
#include "guiengine/engine.hpp" #include "guiengine/engine.hpp"
#include "io/file_manager.hpp" #include "io/file_manager.hpp"
#include <IGUIElement.h> #include <IGUIElement.h>
#include <IGUISkin.h> #include <IGUISkin.h>
#include <IGUIEnvironment.h> #include <IGUIEnvironment.h>
#include "IGUIFontBitmap.h" #include <IGUIFontBitmap.h>
#include <sstream> #include <sstream>

View File

@ -22,7 +22,7 @@
#include <irrString.h> #include <irrString.h>
#include "guiengine/widgets/CGUISTKListBox.h" #include "guiengine/widgets/CGUISTKListBox.hpp"
#include "guiengine/widget.hpp" #include "guiengine/widget.hpp"
#include "guiengine/widgets/button_widget.hpp" #include "guiengine/widgets/button_widget.hpp"
#include "utils/leak_check.hpp" #include "utils/leak_check.hpp"

View File

@ -19,7 +19,7 @@
#include "guiengine/modaldialog.hpp" #include "guiengine/modaldialog.hpp"
#include "guiengine/widgets/text_box_widget.hpp" #include "guiengine/widgets/text_box_widget.hpp"
#include "guiengine/widgets/CGUIEditBox.h" #include "guiengine/widgets/CGUIEditBox.hpp"
#include "utils/ptr_vector.hpp" #include "utils/ptr_vector.hpp"
#include "utils/translation.hpp" #include "utils/translation.hpp"

View File

@ -20,7 +20,7 @@
#include "addons/addons_manager.hpp" #include "addons/addons_manager.hpp"
#include "addons/news_manager.hpp" #include "addons/news_manager.hpp"
#include "config/user_config.hpp" #include "config/user_config.hpp"
#include "guiengine/CGUISpriteBank.h" #include "guiengine/CGUISpriteBank.hpp"
#include "guiengine/modaldialog.hpp" #include "guiengine/modaldialog.hpp"
#include "guiengine/scalable_font.hpp" #include "guiengine/scalable_font.hpp"
#include "guiengine/widget.hpp" #include "guiengine/widget.hpp"

View File

@ -18,7 +18,7 @@
#include "states_screens/edit_gp_screen.hpp" #include "states_screens/edit_gp_screen.hpp"
#include "graphics/irr_driver.hpp" #include "graphics/irr_driver.hpp"
#include "guiengine/CGUISpriteBank.h" #include "guiengine/CGUISpriteBank.hpp"
#include "guiengine/widgets/dynamic_ribbon_widget.hpp" #include "guiengine/widgets/dynamic_ribbon_widget.hpp"
#include "guiengine/widgets/icon_button_widget.hpp" #include "guiengine/widgets/icon_button_widget.hpp"
#include "guiengine/widgets/label_widget.hpp" #include "guiengine/widgets/label_widget.hpp"

View File

@ -18,7 +18,7 @@
#include "states_screens/options_screen_input.hpp" #include "states_screens/options_screen_input.hpp"
#include "graphics/irr_driver.hpp" #include "graphics/irr_driver.hpp"
#include "guiengine/CGUISpriteBank.h" #include "guiengine/CGUISpriteBank.hpp"
#include "guiengine/screen.hpp" #include "guiengine/screen.hpp"
#include "guiengine/widget.hpp" #include "guiengine/widget.hpp"
#include "guiengine/widgets/button_widget.hpp" #include "guiengine/widgets/button_widget.hpp"

View File

@ -18,7 +18,7 @@
#include "states_screens/options_screen_input2.hpp" #include "states_screens/options_screen_input2.hpp"
#include "config/user_config.hpp" #include "config/user_config.hpp"
#include "guiengine/CGUISpriteBank.h" #include "guiengine/CGUISpriteBank.hpp"
#include "guiengine/scalable_font.hpp" #include "guiengine/scalable_font.hpp"
#include "guiengine/screen.hpp" #include "guiengine/screen.hpp"
#include "guiengine/widget.hpp" #include "guiengine/widget.hpp"