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 pointer.hxx,1.2,1.3


From: torangan
Subject: [Pingus-CVS] CVS: Games/Pingus/src/input pointer.hxx,1.2,1.3
Date: 4 Jul 2002 15:14:02 -0000

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

Modified Files:
        pointer.hxx 
Log Message:
corrected interface


Index: pointer.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/input/pointer.hxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- pointer.hxx 4 Jul 2002 10:57:46 -0000       1.2
+++ pointer.hxx 4 Jul 2002 15:14:00 -0000       1.3
@@ -24,11 +24,12 @@
 {
   class Pointer
   {
-  private:
-    
   public:
-    virtual int get_x_pos () =0;
-    virtual int get_y_pos () =0;
+
+    virtual ~Pointer() { }  
+    virtual float get_x_pos () =0;
+    virtual float get_y_pos () =0;
+    virtual void  update () =0;
   };
 }
 




reply via email to

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