why include doesn't work?
Monkey Forums/Monkey Programming/why include doesn't work?
| ||
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 |
| ||
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. |
| ||
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. |