The central class of IrrConfigController This class is used to provide the use configurable Irrlicht controller. Controller items can be defined, and the user will be able to change the controls using a GUI provided by this class. Controls can be grouped into several sets, but this does only influence the creation of the GUI
Class that encapsulates loading of IrrOdeRePlayer plugins This class is used as an encapsulation of plugin dlls for the IrrOdeRePlayer program. The idea is that all plugins within a folder are loaded, and as soon as a replay is started all plugins that have registered for the application that generated the plugin will be installed (calling the dll's "install" function. After the plugin has finished the "destall" function of the plugins will be called