• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Pawn] y_hooks multiple includes
#3
(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"
  Reply


Messages In This Thread
y_hooks multiple includes - by iReal Worlds - 2019-06-07, 03:54 PM
RE: y_hooks multiple includes - by Y_Less - 2019-06-08, 12:55 AM
RE: y_hooks multiple includes - by iReal Worlds - 2019-06-10, 01:14 PM
RE: y_hooks multiple includes - by Y_Less - 2019-06-11, 06:36 PM

Forum Jump: