plugin.cpp 102 B

123456
  1. #include <cr.h>
  2. CR_EXPORT int cr_main(cr_plugin *ctx, cr_op operation) {
  3. // TODO
  4. return 0;
  5. }