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 key_helper.cxx,1.1,1.2 Makefile


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src/input key_helper.cxx,1.1,1.2 Makefile.am,1.7,1.8
Date: 9 Jul 2002 14:22:02 -0000

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

Modified Files:
        key_helper.cxx Makefile.am 
Log Message:
fixed broken filenames

Index: key_helper.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/input/key_helper.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- key_helper.cxx      9 Jul 2002 14:18:47 -0000       1.1
+++ key_helper.cxx      9 Jul 2002 14:22:00 -0000       1.2
@@ -18,10 +18,10 @@
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #include <ClanLib/Display/Input/key.h>
-#include "cl_key.hxx"
+#include "key_helper.hxx"
 
 std::string
-Input::key_to_string (int key)
+Input::KeyHelper::key_to_string (int key)
 {
   switch (key)
     {
@@ -131,7 +131,7 @@
 }
 
 int
-Input::string_to_key (const std::string& key)
+Input::KeyHelper::string_to_key (const std::string& key)
 {
   if (key == "0") { return CL_KEY_0; }
   else if (key == "1") { return CL_KEY_1; }

Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/input/Makefile.am,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- Makefile.am 9 Jul 2002 14:18:47 -0000       1.7
+++ Makefile.am 9 Jul 2002 14:22:00 -0000       1.8
@@ -22,11 +22,11 @@
         axis_pointer.hxx axis_pointer.cxx \
        button.hxx  \
         button_axis.hxx button_axis.cxx \
-        cl_key.hxx cl_key.cxx \
        inverted_axis.hxx inverted_axis.cxx \
        joystick_axis.hxx joystick_axis.cxx \
         joystick_button.hxx joystick_button.cxx \
         key_button.hxx key_button.cxx \
+        key_helper.hxx key_helper.cxx \
        mouse_axis.hxx mouse_axis.cxx \
        mouse_button.hxx mouse_button.cxx \
         mouse_pointer.hxx mouse_pointer.cxx \




reply via email to

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