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