12 lines
314 B
C
12 lines
314 B
C
/*#include <geanyplugin.h>
|
|
#include <gdk/gdkkeysyms.h>
|
|
#include <sys/stat.h>
|
|
#include <string.h>
|
|
#include <stdlib.h>
|
|
|
|
GeanyPlugin *geany_plugin;
|
|
GeanyData *geany_data;
|
|
|
|
PLUGIN_VERSION_CHECK(235)
|
|
PLUGIN_SET_INFO("Project Shenlong", "To be defined later.", "0.0.1", "Adrian Malacoda <malacoda@monarch-pass.net>");*/
|