X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fsound.h;h=089c44fbcb9c2ef620c59fd4b9c4cc30c5861c3f;hp=384f77cf7b6bda5de951ffa1b60de579977d7476;hb=b7d31643c9c84104fb3ebef778e545928610ff65;hpb=a5a03e15b395ba1942c180d1cd0d3a4f43b87f56 diff --git a/src/sound.h b/src/sound.h index 384f77cf..089c44fb 100644 --- a/src/sound.h +++ b/src/sound.h @@ -110,8 +110,9 @@ struct SoundHeader_8SVX struct SoundInfo { - char *name; - char *file_ptr, *data_ptr; + unsigned char *name; + unsigned char *file_ptr; + char *data_ptr; long file_len, data_len; }; @@ -131,9 +132,6 @@ struct SoundControl char *data_ptr; }; -/* function from "misc.c" */ -unsigned long be2long(unsigned long *); - /* sound server functions */ void SoundServer(void); void SoundServer_InsertNewSound(struct SoundControl);