X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=audioreader.h;h=c654b612dbe3d7782feaa03569eb84df50183e39;hb=63deff31a441647619080ca046d1aa1c8edcea9e;hp=47bb8f50b02a5db702e0fa1b474e8a8e136a53fa;hpb=38977ee6bce1f18e5d3ccda814f622d53b6ae82d;p=c64tapwav diff --git a/audioreader.h b/audioreader.h index 47bb8f5..c654b61 100644 --- a/audioreader.h +++ b/audioreader.h @@ -5,6 +5,6 @@ #include -bool read_audio_file(const char *filename, std::vector *samples, int *sample_rate); +bool read_audio_file(const char *filename, std::vector *samples, int *sample_rate); #endif // !defined(_AUDIOREADER_H)