1 | #ifndef PLUGIN_H_IN |
---|---|
2 | #define PLUGIN_H_IN |
3 | |
4 | extern "C"{ |
5 | void plugin_entry(void); |
6 | void plugin_init(void); |
7 | } |
8 | |
9 | #endif // PLUGIN_H_IN |
10 |
1 | #ifndef PLUGIN_H_IN |
---|---|
2 | #define PLUGIN_H_IN |
3 | |
4 | extern "C"{ |
5 | void plugin_entry(void); |
6 | void plugin_init(void); |
7 | } |
8 | |
9 | #endif // PLUGIN_H_IN |
10 |