Files
entt/test/lib/view/plugin/plugin.cpp
2024-12-11 16:34:41 +01:00

7 lines
102 B
C++

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