DK22Pac / plugin-sdk

An SDK for developing ASI/CLEO plugins for GTA San Andreas, GTA Vice City and GTA III
zlib License
427 stars 116 forks source link

Entry point #146

Closed 0Z0SK0 closed 2 years ago

0Z0SK0 commented 2 years ago

What is the entry function for the plugin sdk?

0Z0SK0 commented 2 years ago

#include "plugin.h" using namespace plugin;

class pluginName{ public: pluginName() { }; }