genres.h 255 B

12345678910111213141516
  1. #ifndef NULLSOFT_IN_VORBIS_GENRES_H
  2. #define NULLSOFT_IN_VORBIS_GENRES_H
  3. #ifdef __cplusplus
  4. extern "C" {
  5. #endif
  6. void genres_read(HWND wnd, wchar_t* fn);
  7. void genres_write(HWND wnd, wchar_t* fn);
  8. #define MAX_GENRE 256
  9. #ifdef __cplusplus
  10. }
  11. #endif
  12. #endif