test_plugin.cc
C source, ASCII text
1
#include "plugin_api.h"
2
3
extern "C" void plugin_init() {
4
panthera_log("Plugin loaded");
5
}
6