Update of /cvsroot/netrek/client/netrekxp/include
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28867/include
Modified Files:
proto.h sound.h
Log Message:
Added simplified version of sound window for SDL (can toggle sound on or off).
Index: sound.h
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/include/sound.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- sound.h 29 Apr 2006 21:00:42 -0000 1.5
+++ sound.h 29 Apr 2006 22:48:06 -0000 1.6
@@ -55,8 +55,6 @@
extern void sounddone (void);
extern void soundwindow (void);
-/* extern void soundaction (W_Event * data); */
-
extern void Play_Sound (int type);
extern void Play_Sound_Loc (int type, int angle, int distance);
extern void Abort_Sound (int type);
Index: proto.h
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/include/proto.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- proto.h 26 Apr 2006 02:04:24 -0000 1.9
+++ proto.h 29 Apr 2006 22:48:06 -0000 1.10
@@ -1095,6 +1095,7 @@
//static void soundrefresh(int i);
#if defined(SOUND)
void soundaction (W_Event * data);
+ void sdlsoundaction (W_Event * data);
#endif
extern void sounddone (void);