Piles
home
docs
piles
GitHub
PlgIn Pile
version 0.0.1
PlgIn pile.
Main Page
Classes
Files
File List
plgin.h
Go to the documentation of this file.
1
10
#ifndef GUARD_PLGIN_H_INCLUDE
11
#define GUARD_PLGIN_H_INCLUDE
12
13
#include <plgin/plgin-config.h>
14
16
class
PLGIN_EXPORT
PlgIn
{
17
18
public
:
19
21
PlgIn
();
22
24
virtual
~
PlgIn
();
25
26
protected
:
27
28
private
:
29
30
};
31
32
#endif // GUARD_PLGIN_H_INCLUDE
PlgIn
brief description
Definition:
plgin.h:16