nsid3v2.h 404 B

1234567891011121314151617181920
  1. #pragma once
  2. #include "foundation/types.h"
  3. #include "foundation/export.h"
  4. #include "foundation/error.h"
  5. #include "nx/nxstring.h"
  6. #ifdef __cplusplus
  7. extern "C" {
  8. #endif
  9. #define NSID3V2_EXPORT
  10. typedef struct nsid3v2_header_struct_t { } *nsid3v2_header_t;
  11. typedef struct nsid3v2_tag_struct_t { } *nsid3v2_tag_t;
  12. typedef struct nsid3v2_frame_struct_t { } *nsid3v2_frame_t;
  13. #ifdef __cplusplus
  14. }
  15. #endif