aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/star_control/star_array.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/star_control/star_array.h')
-rw-r--r--engines/titanic/star_control/star_array.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/engines/titanic/star_control/star_array.h b/engines/titanic/star_control/star_array.h
index 859db60ed1..827af01739 100644
--- a/engines/titanic/star_control/star_array.h
+++ b/engines/titanic/star_control/star_array.h
@@ -24,9 +24,12 @@
#define TITANIC_STAR_ARRAY_H
#include "common/array.h"
+#include "titanic/star_control/surface_area.h"
namespace Titanic {
+class CStarControlSub12;
+
class CStarArray {
struct CStarArrayEntry {
double _v1;
@@ -42,6 +45,11 @@ public:
* Initialize the array
*/
void initialize();
+
+ /**
+ * Draw the starfield points
+ */
+ void draw(CSurfaceArea *surface, CStarControlSub12 *img);
};
} // End of namespace Titanic