TITANIC: Cleanup of #include lines

This commit is contained in:
Paul Gilbert 2020-01-16 18:43:08 -08:00
parent 33f74e3027
commit a8d802f17d
8 changed files with 16 additions and 16 deletions

View File

@ -27,8 +27,8 @@
#include "titanic/game_state.h"
#include "titanic/input_handler.h"
#include "titanic/input_translator.h"
#include "titanic/support/time_event_info.h" // class CTimeEventInfo
#include "titanic/true_talk/true_talk_manager.h" // class CTrueTalkManager
#include "titanic/support/time_event_info.h"
#include "titanic/true_talk/true_talk_manager.h"
#include "titanic/sound/music_room.h"
#include "titanic/sound/sound.h"

View File

@ -23,7 +23,7 @@
#ifndef TITANIC_INPUT_HANDLER_H
#define TITANIC_INPUT_HANDLER_H
#include "titanic/support/rect.h" // Point
#include "titanic/support/rect.h"
namespace Titanic {

View File

@ -23,7 +23,7 @@
#ifndef TITANIC_BASE_STARS_H
#define TITANIC_BASE_STARS_H
#include "titanic/star_control/frange.h" // class Fvector
#include "titanic/star_control/frange.h"
#include "common/array.h"
namespace Common {

View File

@ -26,7 +26,7 @@
#include "titanic/game_manager.h"
#include "titanic/pet_control/pet_control.h"
#include "titanic/star_control/motion_control.h"
#include "titanic/star_control/error_code.h" // CErrorCode
#include "titanic/star_control/error_code.h"
#include "titanic/support/screen_manager.h"
namespace Titanic {

View File

@ -23,7 +23,7 @@
#ifndef TITANIC_STAR_CONTROL_H
#define TITANIC_STAR_CONTROL_H
#include "titanic/core/game_object.h" // class SimpleFile
#include "titanic/core/game_object.h"
#include "titanic/star_control/star_field.h"
#include "titanic/star_control/star_view.h"

View File

@ -23,7 +23,7 @@
#ifndef TITANIC_SURFACE_FADER_H
#define TITANIC_SURFACE_FADER_H
#include "common/scummsys.h" // typedef for byte
#include "common/scummsys.h"
namespace Titanic {

View File

@ -23,8 +23,8 @@
#ifndef TITANIC_VIEWPORT_H
#define TITANIC_VIEWPORT_H
#include "titanic/star_control/base_stars.h" // Includes StarMode enum
#include "titanic/star_control/fpose.h" // Includes FMatrix and FVector
#include "titanic/star_control/base_stars.h"
#include "titanic/star_control/fpose.h"
class SimpleFile;

View File

@ -23,13 +23,13 @@
#ifndef TITANIC_TITANIC_H
#define TITANIC_TITANIC_H
#include "common/random.h" // getRandomNumber and getRandomFloat
#include "engines/engine.h" // class Engine
#include "titanic/support/exe_resources.h" // class CExeResources
#include "titanic/support/movie_manager.h" // class CMovieManager
#include "titanic/support/string.h" // class StringArray;
#include "titanic/support/strings.h" // class Strings;
#include "common/language.h" // Language enum
#include "common/random.h"
#include "engines/engine.h"
#include "titanic/support/exe_resources.h"
#include "titanic/support/movie_manager.h"
#include "titanic/support/string.h"
#include "titanic/support/strings.h"
#include "common/language.h"
/**
* This is the namespace of the Titanic engine.