aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/star_control/base_stars.h
diff options
context:
space:
mode:
authorDavid Fioramonti2017-08-18 04:57:14 -0700
committerDavid Fioramonti2017-08-18 17:26:05 -0700
commit1370b49b6a88e8ea533da5d62a7f37828bf2fca1 (patch)
tree02812f22be0f8e2bc3bbb5e28043e908bd44fd49 /engines/titanic/star_control/base_stars.h
parent524855d173699a6b56dd932a70e2d9a1e4068d8c (diff)
downloadscummvm-rg350-1370b49b6a88e8ea533da5d62a7f37828bf2fca1.tar.gz
scummvm-rg350-1370b49b6a88e8ea533da5d62a7f37828bf2fca1.tar.bz2
scummvm-rg350-1370b49b6a88e8ea533da5d62a7f37828bf2fca1.zip
TITANIC: Simplified dependencies for classes related to star_camera
This involved removing header files and forward declaring when possible. I also reorded the header include files to be local to gloabal. E.x., in the class implementation the class header file would be the first included. This is a first pass of header reduction for star_control/ files
Diffstat (limited to 'engines/titanic/star_control/base_stars.h')
-rw-r--r--engines/titanic/star_control/base_stars.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/star_control/base_stars.h b/engines/titanic/star_control/base_stars.h
index e77b20ec08..4333e3231e 100644
--- a/engines/titanic/star_control/base_stars.h
+++ b/engines/titanic/star_control/base_stars.h
@@ -23,7 +23,6 @@
#ifndef TITANIC_BASE_STARS_H
#define TITANIC_BASE_STARS_H
-#include "titanic/support/simple_file.h"
#include "titanic/star_control/frange.h"
#include "titanic/star_control/star_closeup.h"
#include "titanic/star_control/surface_area.h"
@@ -33,6 +32,7 @@ namespace Titanic {
enum StarMode { MODE_STARFIELD = 0, MODE_PHOTO = 1 };
class CStarCamera;
+class SimpleFile;
struct CBaseStarEntry {
byte _red;