mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-09-24 15:54:12 +00:00
15 lines
No EOL
193 B
C++
15 lines
No EOL
193 B
C++
#ifndef NULLSOFT_ML_WIRE_IFC_ARTICLE_H
|
|
#define NULLSOFT_ML_WIRE_IFC_ARTICLE_H
|
|
|
|
#include <bfc/dispatch.h>
|
|
|
|
class ifc_article
|
|
{
|
|
protected:
|
|
ifc_article() {}
|
|
~ifc_article() {}
|
|
public:
|
|
|
|
};
|
|
|
|
#endif |