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