Update of /cvsroot/netrek/client/netrekxp/include
In directory sc8-pr-cvs16:/tmp/cvs-serv14959/include

Modified Files:
	proto.h 
Log Message:
Added functionality to arrow pad.  Left and right arrow now turn left
and right by 1/16th of a turn, and up and down arrow are +/-1 warp.
Two new key functions, control+[ and control+] to handle the new
turn key actions.  To turn effectively, one has to hold down the turn
key, however if any other keyboard key is pressed during that time,
it cancels the key repeat on the turn key, making keyboard turning
awkward at best.  Completely useless at worst.  Does provide the
ability to move without a mouse however.  Still need the mouse to
aim however.

Index: proto.h
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/include/proto.h,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -d -r1.50 -r1.51
--- proto.h	13 Apr 2007 09:10:15 -0000	1.50
+++ proto.h	14 Apr 2007 07:44:34 -0000	1.51
@@ -389,6 +389,8 @@
   Key163 (W_Event * data),
   Key175 (W_Event * data),
   Key180 (W_Event * data),
+  Key187 (void),
+  Key189 (void),
   Key193 (void),
   Key194 (W_Event * data),
   Key195 (W_Event * data),