import header file

Monkey Forums/Monkey Beginners/import header file

k.o.g.(Posted 2015) [#1]
hello all


is there a method to import an header file ? (like .h) without import a dummy source.cpp file?

greets


ImmutableOctet(SKNG)(Posted 2015) [#2]
This post may help you.

If you're using a library you already set up with your compiler, then you might be better off leaving it as a requirement for the module, rather than redistributing it. Otherwise, what I said in that post still applies.


k.o.g.(Posted 2015) [#3]
Mhh thanks for this tip, i hoped, it gives another way .. :(