]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - snd_wav.h
Rename qboolean to qbool
[xonotic/darkplaces.git] / snd_wav.h
index 89c7ee518102c940f332e473c9782392296e3fb1..65015d35b130a2d8f93acbfb9817fd748572ac04 100644 (file)
--- a/snd_wav.h
+++ b/snd_wav.h
@@ -28,7 +28,7 @@
 
 extern const snd_fetcher_t wav_fetcher;
 
-qboolean S_LoadWavFile (const char *filename, sfx_t *sfx);
+qbool S_LoadWavFile (const char *filename, sfx_t *sfx);
 
 
 #endif