Initial community commit
This commit is contained in:
parent
537bcbc862
commit
fc06254474
16440 changed files with 4239995 additions and 2 deletions
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
|
Loading…
Add table
Add a link
Reference in a new issue