rnd-19970921-src
[rocksndiamonds.git] / src / sound.h
index 384f77cf7b6bda5de951ffa1b60de579977d7476..089c44fbcb9c2ef620c59fd4b9c4cc30c5861c3f 100644 (file)
@@ -110,8 +110,9 @@ struct SoundHeader_8SVX
 
 struct SoundInfo
 { 
 
 struct SoundInfo
 { 
-  char *name;
-  char *file_ptr, *data_ptr;
+  unsigned char *name;
+  unsigned char *file_ptr;
+  char *data_ptr;
   long file_len, data_len;
 };
 
   long file_len, data_len;
 };
 
@@ -131,9 +132,6 @@ struct SoundControl
   char *data_ptr;
 };
 
   char *data_ptr;
 };
 
-/* function from "misc.c" */
-unsigned long be2long(unsigned long *);
-
 /* sound server functions */
 void SoundServer(void);
 void SoundServer_InsertNewSound(struct SoundControl);
 /* sound server functions */
 void SoundServer(void);
 void SoundServer_InsertNewSound(struct SoundControl);