[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pingus-CVS] CVS: Games/Pingus/src/backgrounds SolidColorBackground.cc,1
From: |
torangan |
Subject: |
[Pingus-CVS] CVS: Games/Pingus/src/backgrounds SolidColorBackground.cc,1.14,1.15 StarfieldBackground.cc,1.21,1.22 SurfaceBackground.cc,1.20,1.21 SurfaceBackground.hh,1.9,1.10 SurfaceBackgroundData.cc,1.19,1.20 |
Date: |
10 Jun 2002 11:00:30 -0000 |
Update of /usr/local/cvsroot/Games/Pingus/src/backgrounds
In directory dark:/tmp/cvs-serv1661/backgrounds
Modified Files:
SolidColorBackground.cc StarfieldBackground.cc
SurfaceBackground.cc SurfaceBackground.hh
SurfaceBackgroundData.cc
Log Message:
replaced ClanLib/core.h and ClanLib/display.h with the really required headers
Index: SolidColorBackground.cc
===================================================================
RCS file:
/usr/local/cvsroot/Games/Pingus/src/backgrounds/SolidColorBackground.cc,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- SolidColorBackground.cc 9 Jun 2002 13:03:11 -0000 1.14
+++ SolidColorBackground.cc 10 Jun 2002 11:00:28 -0000 1.15
@@ -17,7 +17,8 @@
// along with this program; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-#include <ClanLib/display.h>
+#include <fstream>
+#include <ClanLib/Display/Display/display.h>
#include "SolidColorBackground.hh"
#include "../XMLhelper.hh"
@@ -77,3 +78,4 @@
}
/* EOF */
+
Index: StarfieldBackground.cc
===================================================================
RCS file:
/usr/local/cvsroot/Games/Pingus/src/backgrounds/StarfieldBackground.cc,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- StarfieldBackground.cc 9 Jun 2002 13:03:11 -0000 1.21
+++ StarfieldBackground.cc 10 Jun 2002 11:00:28 -0000 1.22
@@ -17,6 +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 <fstream>
#include "../globals.hh"
#include "../editor/SpriteEditorObj.hh"
#include "../World.hh"
Index: SurfaceBackground.cc
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/backgrounds/SurfaceBackground.cc,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- SurfaceBackground.cc 8 Jun 2002 20:19:54 -0000 1.20
+++ SurfaceBackground.cc 10 Jun 2002 11:00:28 -0000 1.21
@@ -19,6 +19,8 @@
#include <cassert>
+#include <ClanLib/Display/SurfaceProviders/canvas.h>
+#include <ClanLib/Display/Display/display.h>
#include "../globals.hh"
#include "../Timer.hh"
#include "../PingusResource.hh"
Index: SurfaceBackground.hh
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/backgrounds/SurfaceBackground.hh,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- SurfaceBackground.hh 8 Jun 2002 20:19:54 -0000 1.9
+++ SurfaceBackground.hh 10 Jun 2002 11:00:28 -0000 1.10
@@ -20,7 +20,6 @@
#ifndef SURFACEBACKGROUND_HH
#define SURFACEBACKGROUND_HH
-#include <ClanLib/display.h>
#include "../WorldObj.hh"
#include "../AnimCounter.hh"
#include "../GameCounter.hh"
@@ -56,3 +55,4 @@
#endif
/* EOF */
+
Index: SurfaceBackgroundData.cc
===================================================================
RCS file:
/usr/local/cvsroot/Games/Pingus/src/backgrounds/SurfaceBackgroundData.cc,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- SurfaceBackgroundData.cc 9 Jun 2002 13:03:11 -0000 1.19
+++ SurfaceBackgroundData.cc 10 Jun 2002 11:00:28 -0000 1.20
@@ -17,6 +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 <fstream>
#include "../XMLhelper.hh"
#include "../StringConverter.hh"
#include "SurfaceBackground.hh"
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pingus-CVS] CVS: Games/Pingus/src/backgrounds SolidColorBackground.cc,1.14,1.15 StarfieldBackground.cc,1.21,1.22 SurfaceBackground.cc,1.20,1.21 SurfaceBackground.hh,1.9,1.10 SurfaceBackgroundData.cc,1.19,1.20,
torangan <=
- Prev by Date:
[Pingus-CVS] CVS: Games/Pingus/src/traps Bumper.cc,1.19,1.20
- Next by Date:
[Pingus-CVS] CVS: Games/Pingus/src/worldobjs ConveyorBelt.cc,1.34,1.35 ConveyorBelt.hh,1.21,1.22 IceBlock.cc,1.28,1.29 IceBlock.hh,1.22,1.23 InfoBox.cc,1.7,1.8 InfoBox.hh,1.6,1.7 SwitchDoor.cc,1.30,1.31 Teleporter.cc,1.37,1.38
- Previous by thread:
[Pingus-CVS] CVS: Games/Pingus/src/traps Bumper.cc,1.19,1.20
- Next by thread:
[Pingus-CVS] CVS: Games/Pingus/src/worldobjs ConveyorBelt.cc,1.34,1.35 ConveyorBelt.hh,1.21,1.22 IceBlock.cc,1.28,1.29 IceBlock.hh,1.22,1.23 InfoBox.cc,1.7,1.8 InfoBox.hh,1.6,1.7 SwitchDoor.cc,1.30,1.31 Teleporter.cc,1.37,1.38
- Index(es):