Index: Games/Pingus/src/editorobjs/bumper_obj.cxx =================================================================== RCS file: /usr/local/cvsroot/Games/Pingus/src/editorobjs/bumper_obj.cxx,v retrieving revision 1.1 diff -u -r1.1 bumper_obj.cxx --- Games/Pingus/src/editorobjs/bumper_obj.cxx 4 Sep 2002 14:55:12 -0000 1.1 +++ Games/Pingus/src/editorobjs/bumper_obj.cxx 9 Sep 2002 00:42:41 -0000 @@ -17,6 +17,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +#include #include "bumper_obj.hxx" #include "../editor/editor_view.hxx" #include "../worldobjsdata/bumper_data.hxx" Index: Games/Pingus/src/editorobjs/fake_exit_obj.cxx =================================================================== RCS file: /usr/local/cvsroot/Games/Pingus/src/editorobjs/fake_exit_obj.cxx,v retrieving revision 1.1 diff -u -r1.1 fake_exit_obj.cxx --- Games/Pingus/src/editorobjs/fake_exit_obj.cxx 4 Sep 2002 14:55:12 -0000 1.1 +++ Games/Pingus/src/editorobjs/fake_exit_obj.cxx 9 Sep 2002 00:42:41 -0000 @@ -17,6 +17,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +#include #include "fake_exit_obj.hxx" #include "../editor/editor_view.hxx" #include "../worldobjsdata/fake_exit_data.hxx" Index: Games/Pingus/src/editorobjs/guillotine_obj.cxx =================================================================== RCS file: /usr/local/cvsroot/Games/Pingus/src/editorobjs/guillotine_obj.cxx,v retrieving revision 1.1 diff -u -r1.1 guillotine_obj.cxx --- Games/Pingus/src/editorobjs/guillotine_obj.cxx 4 Sep 2002 14:55:12 -0000 1.1 +++ Games/Pingus/src/editorobjs/guillotine_obj.cxx 9 Sep 2002 00:42:42 -0000 @@ -17,6 +17,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +#include #include "guillotine_obj.hxx" #include "../editor/editor_view.hxx" #include "../worldobjsdata/guillotine_data.hxx" Index: Games/Pingus/src/editorobjs/hammer_obj.cxx =================================================================== RCS file: /usr/local/cvsroot/Games/Pingus/src/editorobjs/hammer_obj.cxx,v retrieving revision 1.1 diff -u -r1.1 hammer_obj.cxx --- Games/Pingus/src/editorobjs/hammer_obj.cxx 4 Sep 2002 14:55:12 -0000 1.1 +++ Games/Pingus/src/editorobjs/hammer_obj.cxx 9 Sep 2002 00:42:42 -0000 @@ -17,6 +17,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +#include #include "hammer_obj.hxx" #include "../editor/editor_view.hxx" #include "../worldobjsdata/hammer_data.hxx" Index: Games/Pingus/src/editorobjs/laser_exit_obj.cxx =================================================================== RCS file: /usr/local/cvsroot/Games/Pingus/src/editorobjs/laser_exit_obj.cxx,v retrieving revision 1.1 diff -u -r1.1 laser_exit_obj.cxx --- Games/Pingus/src/editorobjs/laser_exit_obj.cxx 4 Sep 2002 14:55:12 -0000 1.1 +++ Games/Pingus/src/editorobjs/laser_exit_obj.cxx 9 Sep 2002 00:42:43 -0000 @@ -17,6 +17,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +#include #include "laser_exit_obj.hxx" #include "../editor/editor_view.hxx" #include "../worldobjsdata/laser_exit_data.hxx" Index: Games/Pingus/src/editorobjs/smasher_obj.cxx =================================================================== RCS file: /usr/local/cvsroot/Games/Pingus/src/editorobjs/smasher_obj.cxx,v retrieving revision 1.1 diff -u -r1.1 smasher_obj.cxx --- Games/Pingus/src/editorobjs/smasher_obj.cxx 4 Sep 2002 14:55:12 -0000 1.1 +++ Games/Pingus/src/editorobjs/smasher_obj.cxx 9 Sep 2002 00:42:43 -0000 @@ -17,6 +17,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +#include #include "smasher_obj.hxx" #include "../editor/editor_view.hxx" #include "../worldobjsdata/smasher_data.hxx" Index: Games/Pingus/src/editorobjs/spike_obj.cxx =================================================================== RCS file: /usr/local/cvsroot/Games/Pingus/src/editorobjs/spike_obj.cxx,v retrieving revision 1.1 diff -u -r1.1 spike_obj.cxx --- Games/Pingus/src/editorobjs/spike_obj.cxx 4 Sep 2002 14:55:12 -0000 1.1 +++ Games/Pingus/src/editorobjs/spike_obj.cxx 9 Sep 2002 00:42:43 -0000 @@ -17,6 +17,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +#include #include "spike_obj.hxx" #include "../editor/editor_view.hxx" #include "../worldobjsdata/spike_data.hxx" Index: Games/Pingus/src/input/buttons/Makefile.am =================================================================== RCS file: /usr/local/cvsroot/Games/Pingus/src/input/buttons/Makefile.am,v retrieving revision 1.2 diff -u -r1.2 Makefile.am --- Games/Pingus/src/input/buttons/Makefile.am 26 Aug 2002 13:53:04 -0000 1.2 +++ Games/Pingus/src/input/buttons/Makefile.am 9 Sep 2002 00:42:44 -0000 @@ -22,7 +22,6 @@ dummy_button.hxx \ joystick_button.hxx joystick_button.cxx \ key_button.hxx key_button.cxx \ - key_helper.hxx key_helper.cxx \ mouse_button.hxx mouse_button.cxx \ multiple_button.hxx multiple_button.cxx \ triple_button.hxx triple_button.cxx Index: Games/Pingus/src/input/button_factory.cxx =================================================================== RCS file: /usr/local/cvsroot/Games/Pingus/src/input/button_factory.cxx,v retrieving revision 1.8 diff -u -r1.8 button_factory.cxx --- Games/Pingus/src/input/button_factory.cxx 24 Aug 2002 11:37:29 -0000 1.8 +++ Games/Pingus/src/input/button_factory.cxx 9 Sep 2002 00:42:44 -0000 @@ -24,7 +24,7 @@ #include "buttons/double_button.hxx" #include "buttons/joystick_button.hxx" #include "buttons/key_button.hxx" -#include "buttons/key_helper.hxx" +#include "key_helper.hxx" #include "buttons/mouse_button.hxx" #include "buttons/multiple_button.hxx" #include "buttons/triple_button.hxx" Index: Games/Pingus/src/input/Makefile.am =================================================================== RCS file: /usr/local/cvsroot/Games/Pingus/src/input/Makefile.am,v retrieving revision 1.19 diff -u -r1.19 Makefile.am --- Games/Pingus/src/input/Makefile.am 26 Aug 2002 13:53:04 -0000 1.19 +++ Games/Pingus/src/input/Makefile.am 9 Sep 2002 00:42:45 -0000 @@ -32,6 +32,7 @@ button_factory.hxx button_factory.cxx \ controller.hxx controller.cxx \ event.hxx \ + key_helper.hxx key_helper.cxx \ pointer.hxx \ pointer_event.hxx \ pointer_factory.hxx pointer_factory.cxx \