changeset 1277:1803172dffd9

header stuff
author Grumpy7
date Sat, 15 Jun 2013 07:50:08 +0200
parents f11651288371
children ce8ea73e7678
files DecalBuilder.cpp Game.cpp LightmapBuilder.cpp Outdoor.cpp Outdoor_stuff.h Render.cpp mm7_3.cpp mm7_4.cpp mm7_6.cpp
diffstat 9 files changed, 12 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/DecalBuilder.cpp	Sat Jun 15 07:30:26 2013 +0200
+++ b/DecalBuilder.cpp	Sat Jun 15 07:50:08 2013 +0200
@@ -9,6 +9,7 @@
 
 #include "stru9.h"
 
+#include "Outdoor_stuff.h"
 
 
 struct DecalBuilder *pDecalBuilder = new DecalBuilder;
--- a/Game.cpp	Sat Jun 15 07:30:26 2013 +0200
+++ b/Game.cpp	Sat Jun 15 07:50:08 2013 +0200
@@ -25,6 +25,7 @@
 #include "Viewport.h"
 #include "Time.h"
 #include "Outdoor.h"
+#include "Outdoor_stuff.h"
 #include "Overlays.h"
 #include "AudioPlayer.h"
 #include "LOD.h"
--- a/LightmapBuilder.cpp	Sat Jun 15 07:30:26 2013 +0200
+++ b/LightmapBuilder.cpp	Sat Jun 15 07:50:08 2013 +0200
@@ -2,6 +2,7 @@
 #include "Game.h"
 #include "stru314.h"
 #include "Outdoor.h"
+#include "Outdoor_stuff.h"
 #include "Log.h"
 
 #include "OutdoorCamera.h"
--- a/Outdoor.cpp	Sat Jun 15 07:30:26 2013 +0200
+++ b/Outdoor.cpp	Sat Jun 15 07:50:08 2013 +0200
@@ -9,6 +9,7 @@
 #include "Sprites.h"
 #include "LightmapBuilder.h"
 #include "Outdoor.h"
+#include "Outdoor_stuff.h"
 #include "Party.h"
 #include "SpriteObject.h"
 #include "LOD.h"
--- a/Outdoor_stuff.h	Sat Jun 15 07:30:26 2013 +0200
+++ b/Outdoor_stuff.h	Sat Jun 15 07:50:08 2013 +0200
@@ -1,6 +1,8 @@
 #pragma once
+#include "VectorTypes.h"
+#include <array>
 
-
+struct ODMFace;
 
 
 /*  141 */
--- a/Render.cpp	Sat Jun 15 07:30:26 2013 +0200
+++ b/Render.cpp	Sat Jun 15 07:50:08 2013 +0200
@@ -4,6 +4,7 @@
 
 #include <assert.h>
 
+#include "Outdoor_stuff.h"
 #include "VideoPlayer.h"
 #include "Sprites.h"
 #include "Mouse.h"
--- a/mm7_3.cpp	Sat Jun 15 07:30:26 2013 +0200
+++ b/mm7_3.cpp	Sat Jun 15 07:50:08 2013 +0200
@@ -25,6 +25,7 @@
 #include "Party.h"
 #include "AudioPlayer.h"
 #include "Outdoor.h"
+#include "Outdoor_stuff.h"
 #include "IndoorCamera.h"
 #include "Overlays.h"
 #include "LOD.h"
--- a/mm7_4.cpp	Sat Jun 15 07:30:26 2013 +0200
+++ b/mm7_4.cpp	Sat Jun 15 07:50:08 2013 +0200
@@ -24,6 +24,7 @@
 #include "Party.h"
 #include "AudioPlayer.h"
 #include "Outdoor.h"
+#include "Outdoor_stuff.h"
 #include "IndoorCamera.h"
 #include "LOD.h"
 #include "Actor.h"
--- a/mm7_6.cpp	Sat Jun 15 07:30:26 2013 +0200
+++ b/mm7_6.cpp	Sat Jun 15 07:50:08 2013 +0200
@@ -6,6 +6,7 @@
 
 
 
+
 #include "Sprites.h"
 #include "BSPModel.h"
 #include "OutdoorCamera.h"
@@ -20,6 +21,7 @@
 #include "Party.h"
 #include "AudioPlayer.h"
 #include "Outdoor.h"
+#include "Outdoor_stuff.h"
 #include "Overlays.h"
 #include "LOD.h"
 #include "Actor.h"