#ifndef __CWAV_H__ #define __CWAV_H__ #include "../types.h" #include "../wav.h" u8* build_cwav(WAV wav, u32* size); #endif