What are the modules that are included by default?

BlitzMax Forums/BlitzMax Programming/What are the modules that are included by default?

JoJo(Posted 2008) [#1]
I can guess that the BlitzMaz runtime is automatically referenced, but what else?

How is BlitzMax setup? At what point do you start using the 'import' command when you are not using third party modules?

[Edit]
Nevermind. Found my answer.
Blitzmax includes every module by default. If you don't want to include all modules use the 'Framework' command.


Perturbatio(Posted 2008) [#2]
I believe it's been changed to only include BRL.Mod and Pub.Mod by default and any third party modules must be implicitly imported.


Dreamora(Posted 2008) [#3]
Correct, BRL and PUB are auto included ... might be that 1.28 auto includes MAXGUI as well as this is the place the whole MaxGUI stuff now resides.