mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-09-24 15:54:12 +00:00
14 lines
No EOL
201 B
C++
14 lines
No EOL
201 B
C++
#ifndef _HEADER_ASF_H
|
|
#define _HEADER_ASF_H
|
|
|
|
#include "Header.h"
|
|
|
|
class HeaderAsf : public Header
|
|
{
|
|
public:
|
|
HeaderAsf();
|
|
|
|
int getInfos(const wchar_t *filename, bool checkMetadata=false);
|
|
};
|
|
|
|
#endif |