pingus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pingus-CVS] CVS: Games/Pingus/src/caimagemanipulation caimagemanipulati


From: torangan
Subject: [Pingus-CVS] CVS: Games/Pingus/src/caimagemanipulation caimagemanipulation.cpp,1.2,1.3 caimagemanipulation.h,1.2,1.3
Date: 10 Jun 2002 11:00:30 -0000

Update of /usr/local/cvsroot/Games/Pingus/src/caimagemanipulation
In directory dark:/tmp/cvs-serv1661/caimagemanipulation

Modified Files:
        caimagemanipulation.cpp caimagemanipulation.h 
Log Message:
replaced ClanLib/core.h and ClanLib/display.h with the really required headers


Index: caimagemanipulation.cpp
===================================================================
RCS file: 
/usr/local/cvsroot/Games/Pingus/src/caimagemanipulation/caimagemanipulation.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- caimagemanipulation.cpp     1 Dec 2001 17:08:26 -0000       1.2
+++ caimagemanipulation.cpp     10 Jun 2002 11:00:28 -0000      1.3
@@ -16,6 +16,9 @@
  *                                                                         *
  ***************************************************************************/
 
+#include <math.h>
+#include <ClanLib/Display/Display/surface.h>
+#include <ClanLib/Display/SurfaceProviders/canvas.h>
 #include "caimagemanipulation.h"
 
 /** Constructor.

Index: caimagemanipulation.h
===================================================================
RCS file: 
/usr/local/cvsroot/Games/Pingus/src/caimagemanipulation/caimagemanipulation.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- caimagemanipulation.h       18 Mar 2001 17:45:05 -0000      1.2
+++ caimagemanipulation.h       10 Jun 2002 11:00:28 -0000      1.3
@@ -19,8 +19,6 @@
 #ifndef CAIMAGEMANIPULATION_H
 #define CAIMAGEMANIPULATION_H
 
-#include <ClanLib/core.h>
-#include <ClanLib/display.h>
 
 #define ARAD 57.29577951308232
 
@@ -30,6 +28,7 @@
 #define rint(a) ((int) (a+0.5f))
 #endif
 
+class CL_Surface;
 
 /** Provides some functions fo manipulate images (CL_Surfaces).
     @author Andrew Mustun <address@hidden>
@@ -62,3 +61,7 @@
 };
 
 #endif
+
+
+
+




reply via email to

[Prev in Thread] Current Thread [Next in Thread]