]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - snd_mix.c
gave names to nearly all structs and enums which should make for better C++ error...
[xonotic/darkplaces.git] / snd_mix.c
index 80363c80274f1a9d9bc727569c9aaa73641afa11..e7396cb8b81a239600a17f41f44339a8230aa050 100644 (file)
--- a/snd_mix.c
+++ b/snd_mix.c
@@ -22,7 +22,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 #include "quakedef.h"
 #include "snd_main.h"
 
 #include "quakedef.h"
 #include "snd_main.h"
 
-typedef struct
+typedef struct portable_samplepair_s
 {
        int left;
        int right;
 {
        int left;
        int right;