Move the camera files in a subfolder
This commit is contained in:
@@ -17,15 +17,15 @@
|
||||
// along with this program; if not, write to the Free Software
|
||||
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
|
||||
#include "graphics/camera.hpp"
|
||||
#include "graphics/camera/camera.hpp"
|
||||
|
||||
#include "audio/sfx_manager.hpp"
|
||||
#include "config/stk_config.hpp"
|
||||
#include "config/user_config.hpp"
|
||||
#include "graphics/camera_debug.hpp"
|
||||
#include "graphics/camera_end.hpp"
|
||||
#include "graphics/camera_fps.hpp"
|
||||
#include "graphics/camera_normal.hpp"
|
||||
#include "graphics/camera/camera_debug.hpp"
|
||||
#include "graphics/camera/camera_end.hpp"
|
||||
#include "graphics/camera/camera_fps.hpp"
|
||||
#include "graphics/camera/camera_normal.hpp"
|
||||
#include "graphics/irr_driver.hpp"
|
||||
#include "io/xml_node.hpp"
|
||||
#include "karts/abstract_kart.hpp"
|
||||
@@ -17,7 +17,7 @@
|
||||
// along with this program; if not, write to the Free Software
|
||||
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
|
||||
#include "graphics/camera_debug.hpp"
|
||||
#include "graphics/camera/camera_debug.hpp"
|
||||
|
||||
#include "config/stk_config.hpp"
|
||||
#include "config/user_config.hpp"
|
||||
@@ -21,7 +21,7 @@
|
||||
#ifndef HEADER_CAMERA_DEBUG_HPP
|
||||
#define HEADER_CAMERA_DEBUG_HPP
|
||||
|
||||
#include "graphics/camera_normal.hpp"
|
||||
#include "graphics/camera/camera_normal.hpp"
|
||||
|
||||
class AbstractKart;
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
// along with this program; if not, write to the Free Software
|
||||
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
|
||||
#include "graphics/camera_end.hpp"
|
||||
#include "graphics/camera/camera_end.hpp"
|
||||
|
||||
#include "config/user_config.hpp"
|
||||
#include "karts/abstract_kart.hpp"
|
||||
@@ -21,7 +21,7 @@
|
||||
#ifndef HEADER_CAMERA_END_HPP
|
||||
#define HEADER_CAMERA_END_HPP
|
||||
|
||||
#include "graphics/camera_normal.hpp"
|
||||
#include "graphics/camera/camera_normal.hpp"
|
||||
|
||||
#include "utils/cpp2011.hpp"
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
// along with this program; if not, write to the Free Software
|
||||
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
|
||||
#include "graphics/camera_fps.hpp"
|
||||
#include "graphics/camera/camera_fps.hpp"
|
||||
|
||||
#include "config/stk_config.hpp"
|
||||
#include "config/user_config.hpp"
|
||||
@@ -21,7 +21,7 @@
|
||||
#ifndef HEADER_CAMERA_FPS_HPP
|
||||
#define HEADER_CAMERA_FPS_HPP
|
||||
|
||||
#include "graphics/camera.hpp"
|
||||
#include "graphics/camera/camera.hpp"
|
||||
|
||||
#include "utils/cpp2011.hpp"
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
// along with this program; if not, write to the Free Software
|
||||
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
|
||||
#include "graphics/camera_normal.hpp"
|
||||
#include "graphics/camera/camera_normal.hpp"
|
||||
|
||||
#include "audio/sfx_manager.hpp"
|
||||
#include "config/stk_config.hpp"
|
||||
@@ -21,7 +21,7 @@
|
||||
#ifndef HEADER_CAMERA_NORMAL_HPP
|
||||
#define HEADER_CAMERA_NORMAL_HPP
|
||||
|
||||
#include "graphics/camera.hpp"
|
||||
#include "graphics/camera/camera.hpp"
|
||||
|
||||
#include "utils/cpp2011.hpp"
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
#ifndef SERVER_ONLY
|
||||
#include "graphics/fixed_pipeline_renderer.hpp"
|
||||
#include "config/user_config.hpp"
|
||||
#include "graphics/camera.hpp"
|
||||
#include "graphics/camera/camera.hpp"
|
||||
#include "graphics/irr_driver.hpp"
|
||||
#include "graphics/render_target.hpp"
|
||||
#include "modes/world.hpp"
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
#include "font/regular_face.hpp"
|
||||
#include "graphics/2dutils.hpp"
|
||||
#include "graphics/b3d_mesh_loader.hpp"
|
||||
#include "graphics/camera.hpp"
|
||||
#include "graphics/camera/camera.hpp"
|
||||
#include "graphics/central_settings.hpp"
|
||||
#include "graphics/fixed_pipeline_renderer.hpp"
|
||||
#include "graphics/glwrap.hpp"
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
// along with this program; if not, write to the Free Software
|
||||
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
|
||||
#include "graphics/camera.hpp"
|
||||
#include "graphics/camera/camera.hpp"
|
||||
#include "graphics/central_settings.hpp"
|
||||
#include "graphics/irr_driver.hpp"
|
||||
#include "graphics/lod_node.hpp"
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
#include "graphics/post_processing.hpp"
|
||||
|
||||
#include "config/user_config.hpp"
|
||||
#include "graphics/camera.hpp"
|
||||
#include "graphics/camera/camera.hpp"
|
||||
#include "graphics/central_settings.hpp"
|
||||
#include "graphics/frame_buffer.hpp"
|
||||
#include "graphics/graphics_restrictions.hpp"
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
#include "graphics/shader_based_renderer.hpp"
|
||||
|
||||
#include "config/user_config.hpp"
|
||||
#include "graphics/camera.hpp"
|
||||
#include "graphics/camera/camera.hpp"
|
||||
#include "graphics/central_settings.hpp"
|
||||
#include "graphics/cpu_particle_manager.hpp"
|
||||
#include "graphics/frame_buffer_layer.hpp"
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
#include "input/input_manager.hpp"
|
||||
|
||||
#include "config/user_config.hpp"
|
||||
#include "graphics/camera_fps.hpp"
|
||||
#include "graphics/camera/camera_fps.hpp"
|
||||
#include "graphics/irr_driver.hpp"
|
||||
#include "graphics/shader_based_renderer.hpp"
|
||||
#include "graphics/sp/sp_base.hpp"
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
#include "karts/controller/ai_base_controller.hpp"
|
||||
|
||||
#include "config/user_config.hpp"
|
||||
#include "graphics/camera.hpp"
|
||||
#include "graphics/camera/camera.hpp"
|
||||
#include "karts/abstract_kart.hpp"
|
||||
#include "karts/kart_properties.hpp"
|
||||
#include "karts/controller/ai_properties.hpp"
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
// along with this program; if not, write to the Free Software
|
||||
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
|
||||
#include "graphics/camera_fps.hpp"
|
||||
#include "graphics/camera/camera_fps.hpp"
|
||||
#include "karts/controller/ghost_controller.hpp"
|
||||
#include "karts/controller/kart_control.hpp"
|
||||
#include "modes/world.hpp"
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
#include "config/player_manager.hpp"
|
||||
#include "config/stk_config.hpp"
|
||||
#include "config/user_config.hpp"
|
||||
#include "graphics/camera.hpp"
|
||||
#include "graphics/camera/camera.hpp"
|
||||
#include "graphics/irr_driver.hpp"
|
||||
#include "graphics/particle_emitter.hpp"
|
||||
#include "graphics/particle_kind.hpp"
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
|
||||
#include "karts/controller/network_ai_controller.hpp"
|
||||
#include "graphics/camera.hpp"
|
||||
#include "graphics/camera/camera.hpp"
|
||||
#include "guiengine/engine.hpp"
|
||||
#include "karts/abstract_kart.hpp"
|
||||
#include "karts/controller/kart_control.hpp"
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
#endif
|
||||
|
||||
#ifdef BALL_AIM_DEBUG
|
||||
#include "graphics/camera.hpp"
|
||||
#include "graphics/camera/camera.hpp"
|
||||
#endif
|
||||
|
||||
SoccerAI::SoccerAI(AbstractKart *kart)
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
#include "karts/explosion_animation.hpp"
|
||||
|
||||
#include "audio/sfx_manager.hpp"
|
||||
#include "graphics/camera.hpp"
|
||||
#include "graphics/camera/camera.hpp"
|
||||
#include "graphics/stars.hpp"
|
||||
#include "guiengine/engine.hpp"
|
||||
#include "items/attachment.hpp"
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
#include "config/user_config.hpp"
|
||||
#include "font/bold_face.hpp"
|
||||
#include "font/font_manager.hpp"
|
||||
#include "graphics/camera.hpp"
|
||||
#include "graphics/camera/camera.hpp"
|
||||
#include "graphics/central_settings.hpp"
|
||||
#include "graphics/explosion.hpp"
|
||||
#include "graphics/irr_driver.hpp"
|
||||
|
||||
@@ -211,8 +211,8 @@ extern "C" {
|
||||
#include "config/stk_config.hpp"
|
||||
#include "config/user_config.hpp"
|
||||
#include "font/font_manager.hpp"
|
||||
#include "graphics/camera.hpp"
|
||||
#include "graphics/camera_debug.hpp"
|
||||
#include "graphics/camera/camera.hpp"
|
||||
#include "graphics/camera/camera_debug.hpp"
|
||||
#include "graphics/central_settings.hpp"
|
||||
#include "graphics/graphics_restrictions.hpp"
|
||||
#include "graphics/irr_driver.hpp"
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
#include "audio/sfx_manager.hpp"
|
||||
#include "challenges/unlock_manager.hpp"
|
||||
#include "config/player_manager.hpp"
|
||||
#include "graphics/camera.hpp"
|
||||
#include "graphics/camera/camera.hpp"
|
||||
#include "graphics/irr_driver.hpp"
|
||||
#include "io/file_manager.hpp"
|
||||
#include "karts/abstract_kart.hpp"
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
#include "audio/music_manager.hpp"
|
||||
#include "challenges/unlock_manager.hpp"
|
||||
#include "config/user_config.hpp"
|
||||
#include "graphics/camera.hpp"
|
||||
#include "graphics/camera/camera.hpp"
|
||||
#include "items/powerup_manager.hpp"
|
||||
#include "karts/abstract_kart.hpp"
|
||||
#include "karts/controller/controller.hpp"
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
#include "modes/profile_world.hpp"
|
||||
|
||||
#include "main_loop.hpp"
|
||||
#include "graphics/camera.hpp"
|
||||
#include "graphics/camera/camera.hpp"
|
||||
#include "graphics/irr_driver.hpp"
|
||||
#include "karts/kart_with_stats.hpp"
|
||||
#include "karts/controller/controller.hpp"
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
#include "main_loop.hpp"
|
||||
#include "audio/music_manager.hpp"
|
||||
#include "config/user_config.hpp"
|
||||
#include "graphics/camera.hpp"
|
||||
#include "graphics/camera/camera.hpp"
|
||||
#include "graphics/irr_driver.hpp"
|
||||
#include <ge_render_info.hpp>
|
||||
#include "io/file_manager.hpp"
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
#include "config/player_manager.hpp"
|
||||
#include "challenges/unlock_manager.hpp"
|
||||
#include "config/user_config.hpp"
|
||||
#include "graphics/camera.hpp"
|
||||
#include "graphics/camera/camera.hpp"
|
||||
#include "graphics/central_settings.hpp"
|
||||
#include "graphics/irr_driver.hpp"
|
||||
#include "graphics/material.hpp"
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
#include "audio/sfx_manager.hpp"
|
||||
#include "config/user_config.hpp"
|
||||
#include "config/player_manager.hpp"
|
||||
#include "graphics/camera.hpp"
|
||||
#include "graphics/camera/camera.hpp"
|
||||
#include "guiengine/engine.hpp"
|
||||
#include "guiengine/modaldialog.hpp"
|
||||
#include "guiengine/message_queue.hpp"
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
// Manages includes common to all or most options screens
|
||||
#include "states_screens/options/options_common.hpp"
|
||||
|
||||
#include "graphics/camera.hpp"
|
||||
#include "graphics/camera/camera.hpp"
|
||||
#include "graphics/irr_driver.hpp"
|
||||
#include "modes/world.hpp"
|
||||
|
||||
|
||||
@@ -18,8 +18,8 @@
|
||||
// Manages includes common to all options screens
|
||||
#include "states_screens/options/options_common.hpp"
|
||||
|
||||
#include "graphics/camera.hpp"
|
||||
#include "graphics/camera_normal.hpp"
|
||||
#include "graphics/camera/camera.hpp"
|
||||
#include "graphics/camera/camera_normal.hpp"
|
||||
#include "challenges/story_mode_timer.hpp"
|
||||
#include "config/player_manager.hpp"
|
||||
#include "font/font_manager.hpp"
|
||||
|
||||
@@ -28,7 +28,7 @@ using namespace irr;
|
||||
#include "challenges/unlock_manager.hpp"
|
||||
#include "config/user_config.hpp"
|
||||
#include "font/font_drawer.hpp"
|
||||
#include "graphics/camera.hpp"
|
||||
#include "graphics/camera/camera.hpp"
|
||||
#include "graphics/central_settings.hpp"
|
||||
#include "graphics/2dutils.hpp"
|
||||
#ifndef SERVER_ONLY
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
#include "audio/music_manager.hpp"
|
||||
#include "config/user_config.hpp"
|
||||
#include "graphics/2dutils.hpp"
|
||||
#include "graphics/camera.hpp"
|
||||
#include "graphics/camera/camera.hpp"
|
||||
#include "graphics/central_settings.hpp"
|
||||
#include "graphics/irr_driver.hpp"
|
||||
#include "graphics/material.hpp"
|
||||
|
||||
@@ -22,8 +22,8 @@ using namespace irr;
|
||||
#include <algorithm>
|
||||
|
||||
#include "config/user_config.hpp"
|
||||
#include "graphics/camera.hpp"
|
||||
#include "graphics/camera_debug.hpp"
|
||||
#include "graphics/camera/camera.hpp"
|
||||
#include "graphics/camera/camera_debug.hpp"
|
||||
#include "graphics/2dutils.hpp"
|
||||
#include "graphics/irr_driver.hpp"
|
||||
#include "graphics/material.hpp"
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
#include "challenges/unlock_manager.hpp"
|
||||
#include "config/player_manager.hpp"
|
||||
#include "config/user_config.hpp"
|
||||
#include "graphics/camera.hpp"
|
||||
#include "graphics/camera/camera.hpp"
|
||||
#include "graphics/2dutils.hpp"
|
||||
#ifndef SERVER_ONLY
|
||||
#include "graphics/glwrap.hpp"
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
#include "config/player_manager.hpp"
|
||||
#include "config/stk_config.hpp"
|
||||
#include "config/user_config.hpp"
|
||||
#include "graphics/camera_end.hpp"
|
||||
#include "graphics/camera/camera_end.hpp"
|
||||
#include "graphics/CBatchingMesh.hpp"
|
||||
#include "graphics/central_settings.hpp"
|
||||
#include "graphics/cpu_particle_manager.hpp"
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
#include "audio/sfx_buffer.hpp"
|
||||
#include "challenges/unlock_manager.hpp"
|
||||
#include "config/user_config.hpp"
|
||||
#include "graphics/camera.hpp"
|
||||
#include "graphics/camera/camera.hpp"
|
||||
#include "graphics/central_settings.hpp"
|
||||
#include "graphics/irr_driver.hpp"
|
||||
#include "graphics/light.hpp"
|
||||
|
||||
@@ -23,8 +23,8 @@
|
||||
#include "font/digit_face.hpp"
|
||||
#include "font/font_manager.hpp"
|
||||
#include "font/regular_face.hpp"
|
||||
#include "graphics/camera_debug.hpp"
|
||||
#include "graphics/camera_fps.hpp"
|
||||
#include "graphics/camera/camera_debug.hpp"
|
||||
#include "graphics/camera/camera_fps.hpp"
|
||||
#include "graphics/central_settings.hpp"
|
||||
#include "graphics/shader_based_renderer.hpp"
|
||||
#include "graphics/sp/sp_base.hpp"
|
||||
|
||||
Reference in New Issue
Block a user