Update of /cvsroot/netrek/client/netrekxp/include
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv22007/include

Modified Files:
	proto.h sound.h 
Log Message:
Remove intro_wav from the sound arrays, forgot to do that.
Add back the curslib and winkey projects to overall clientr, dunno how
those got deleted.
Added in COW's extended packet logging, only required a minor change
due to XP 2006 supporting self_19flags, so minor change to how
sequence packet was handled.
Don't fade out music on reentry if background music option is set to on,
thus music will continue to play through death/reentry.

Index: sound.h
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/include/sound.h,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- sound.h	28 Feb 2007 12:21:49 -0000	1.16
+++ sound.h	1 Mar 2007 07:35:44 -0000	1.17
@@ -34,7 +34,6 @@
   BASE_EXPLOSION_WAV,
   FIRE_PLASMA_WAV,
   FIRE_TORP_WAV,
-  INTRO_WAV,
   MESSAGE_WAV,
   MESSAGE1_WAV,
   MESSAGE2_WAV,

Index: proto.h
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/include/proto.h,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- proto.h	28 Feb 2007 12:21:49 -0000	1.35
+++ proto.h	1 Mar 2007 07:35:44 -0000	1.36
@@ -1134,6 +1134,8 @@
 void handleSequence (struct sequence_spacket *packet);
 void Log_Packet (char type, int act_size);
 void Log_OPacket (int tpe, int size);
+void print_opacket (char *packet, int size);
+void print_packet (char *packet, int size); 
 void Dump_Packet_Log_Info (void);
 char *strcpyp_return (register char *s1,
                       register char *s2,