Home
last modified time | relevance | path

Searched refs:HEX_WAVE (Results 1 – 8 of 8) sorted by relevance

/dports/games/openbor/openbor-3caaddd5/tools/openwav2bor/source/
H A Dcommon.h11 #define HEX_WAVE 0x45564157 macro
H A Dbor2wav.c62 riffheader.type = SwapLSB32(HEX_WAVE); in writewav()
H A Dwav2bor.c62 if(riffheader.riff!=HEX_RIFF || riffheader.type!=HEX_WAVE) ioerror("not a WAV file"); in loadwave()
/dports/games/openbor4432/openbor-ba1eb4f/engine/source/gamelib/
H A Dsoundmix.c137 #define HEX_WAVE 0x45564157 macro
187 if(riffheader.riff != HEX_RIFF || riffheader.type != HEX_WAVE) in loadwave()
/dports/games/openbor/openbor-3caaddd5/engine/source/gamelib/
H A Dsoundmix.c137 #define HEX_WAVE 0x45564157 macro
187 if(riffheader.riff != HEX_RIFF || riffheader.type != HEX_WAVE) in loadwave()
/dports/games/openbor3979/openbor-2bcf25b/engine/source/gamelib/
H A Dsoundmix.c177 #define HEX_WAVE 0x45564157 macro
227 if(riffheader.riff != HEX_RIFF || riffheader.type != HEX_WAVE) in loadwave()
/dports/games/openbor3482/openbor-2c1ecd7/engine/source/gamelib/
H A Dsoundmix.c169 #define HEX_WAVE 0x45564157 macro
209 if(riffheader.riff!=HEX_RIFF || riffheader.type!=HEX_WAVE){ in loadwave()
/dports/games/openbor3711/openbor-6ec17fa/engine/source/gamelib/
H A Dsoundmix.c169 #define HEX_WAVE 0x45564157 macro
209 if(riffheader.riff!=HEX_RIFF || riffheader.type!=HEX_WAVE){ in loadwave()