mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-10 11:59:58 -05:00
Initial community commit
This commit is contained in:
15
Src/Plugins/Library/ml_wire/ifc_article.h
Normal file
15
Src/Plugins/Library/ml_wire/ifc_article.h
Normal file
@ -0,0 +1,15 @@
|
||||
#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
|
Reference in New Issue
Block a user