plugin.h 72 B

1234567
  1. #ifndef MODULE_H
  2. #define MODULE_H
  3. extern void init_plug(void);
  4. #endif