20.04.2018, 20:02
Quote:
One thing mentioned in Kyosaur's tutorial was that he couldn't find a way to remove the requirement of having a .def file for Windows (AFAIK you don't need it for Linux, but I don't know that for certain). If it is only Windows, it isn't required:
https://github.com/Y-Less/plugin-nat....hpp#L168-L184 https://github.com/Y-Less/plugin-nat...eFunc.hpp#L466 |
For as long as I can remember I've always had to add this in order to make those function calls fire:
EXPORTS
Supports
Load
Unload
AmxLoad
AmxUnload
ProcessTick
Does plugin-natives handle this internally or do I have to decl these in the source?