mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-12-03 21:57:16 +01:00
15 lines
193 B
C
15 lines
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
|