why include doesn't work?

Monkey Forums/Monkey Programming/why include doesn't work?

anawiki(Posted 2011) [#1]
Hi
I wonder what was the reason to not have include working as it was in BlitzMax? It is such a pain to add those imports to all includeable files. Any chances of seeing that in the future?

Roman


ziggy(Posted 2011) [#2]
I hope not :D Imports are much better now that allow cyclic imports. If you want a blitz-max like include, import the main file in all other files, and you'll be done.


Xaron(Posted 2011) [#3]
Yep, I like it the way it is now MUCH more than it's done in BlitzMax. You just see all dependencies one single file has usually.