pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src/actions angel.hxx,1.4,1.5 faller.hxx,


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src/actions angel.hxx,1.4,1.5 faller.hxx,1.7,1.8
Date: 12 Aug 2002 22:52:06 -0000

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

Modified Files:
        angel.hxx faller.hxx 
Log Message:
commited albertos patch

Index: angel.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/actions/angel.hxx,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- angel.hxx   28 Jun 2002 15:12:22 -0000      1.4
+++ angel.hxx   12 Aug 2002 22:52:04 -0000      1.5
@@ -20,6 +20,15 @@
 #ifndef HEADER_PINGUS_ACTIONS_ANGEL_HXX
 #define HEADER_PINGUS_ACTIONS_ANGEL_HXX
 
+//
+// Necessary for Windows environment
+//
+// Does it work really on Linux?
+//
+#ifdef WIN32
+#include <math.h>
+#endif
+
 #include "../sprite.hxx"
 #include "../pingu_action.hxx"
 

Index: faller.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/actions/faller.hxx,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- faller.hxx  2 Jul 2002 13:36:06 -0000       1.7
+++ faller.hxx  12 Aug 2002 22:52:04 -0000      1.8
@@ -20,6 +20,10 @@
 #ifndef HEADER_PINGUS_ACTIONS_FALLER_HXX
 #define HEADER_PINGUS_ACTIONS_FALLER_HXX
 
+#ifdef WIN32
+#include <math.h>
+#endif
+
 #include "../sprite.hxx"
 #include "../pingu_action.hxx"
 





reply via email to

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