2019-06-10, 01:14 PM
(2019-06-08, 12:55 AM)Y_Less Wrote: You're right it needs including in every file, but order is also important - it should be the last include in every file:
https://github.com/pawn-lang/YSI-Include...odeinit003
I know, but it already is. It is actually the only include in one of the files:
module1.inc:
Code:
#include "..\include\evf.inc"
#include "..\include\YSI\y_hooks.inc"
module2.inc:
Code:
#include "..\include\YSI\y_hooks.inc"