test_plugin.cc
C source, ASCII text
1#include "plugin_api.h" 2 3extern "C" void plugin_init() { 4panthera_log("Plugin loaded"); 5} 6
By using this site, you agree to have cookies stored on your device, strictly for functional purposes, such as storing your session and preferences.
1#include "plugin_api.h" 2 3extern "C" void plugin_init() { 4panthera_log("Plugin loaded"); 5} 6