#ifndef CUSTOMMAIN_H #define CUSTOMMAIN_H class BasePlugin; int CustomMain(int argc, const char **argv, BasePlugin *plugin); #endif // CUSTOMMAIN_H