7 lines
73 B
C
7 lines
73 B
C
|
#ifndef PLUGIN_H
|
||
|
#define PLUGIN_H
|
||
|
|
||
|
#include "interfaces.h"
|
||
|
|
||
|
#endif
|