9 lines
125 B
C
9 lines
125 B
C
|
#ifndef __CWAV_H__
|
||
|
#define __CWAV_H__
|
||
|
|
||
|
#include "../types.h"
|
||
|
#include "../wav.h"
|
||
|
|
||
|
u8* build_cwav(WAV wav, u32* size);
|
||
|
|
||
|
#endif
|