PlgIn Pile   version 0.0.1
PlgIn pile.
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
brief description
Definition: plgin.h:16