virtual void init_modules();
Before main() is called, or before the datafile compiler is invoked, this function gets called. Use it to initialize libraries.
Back to index