X-Git-Url: https://git.sesse.net/?p=c64tapwav;a=blobdiff_plain;f=audioreader.h;h=c654b612dbe3d7782feaa03569eb84df50183e39;hp=47bb8f50b02a5db702e0fa1b474e8a8e136a53fa;hb=63deff31a441647619080ca046d1aa1c8edcea9e;hpb=16e71fe97173f6d8c7c1c4836eea04d460174912 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)