GTK docking interfaces and more

By using this site, you agree to have cookies stored on your device, strictly for functional purposes, such as storing your session and preferences.

Dismiss

 test_plugin.cc

View raw Download
text/x-c • 94 B
C source, ASCII text
        
            
1
#include "plugin_api.h"
2
3
extern "C" void plugin_init() {
4
panthera_log("Plugin loaded");
5
}
6