mirror of
https://github.com/xdsopl/robot36.git
synced 2025-12-06 07:12:07 +01:00
7 lines
85 B
C
7 lines
85 B
C
|
|
#ifndef WAV_H
|
|
#define WAV_H
|
|
#include "pcm.h"
|
|
int open_wav(pcm_t **, char *);
|
|
#endif
|