pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src/input axis.hxx,1.1,1.2


From: torangan
Subject: [Pingus-CVS] CVS: Games/Pingus/src/input axis.hxx,1.1,1.2
Date: 4 Jul 2002 13:11:09 -0000

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

Modified Files:
        axis.hxx 
Log Message:
added missing update()


Index: axis.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/input/axis.hxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- axis.hxx    3 Jul 2002 16:53:57 -0000       1.1
+++ axis.hxx    4 Jul 2002 13:11:07 -0000       1.2
@@ -28,6 +28,7 @@
   public:
     virtual float get_pos () =0;
     virtual float get_angle () =0;
+    virtual void  update(float) =0;
   };
 }
 




reply via email to

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