Package com.b3dgs.lionengine.engine

Class Summary
AbstractLauncher Used create a launcher, which can be used as a pre-menu (Game, Options, Exit ...)
AbstractOptions Default option model, implementing all standard option selection.
EngineFactory  
Initializer Need to be instantiated first, in order to set the program name and version.
Loader Engine starter, need to be called for sequence selection and screen initializer.
OptionsConfig Represents the standard structure of all available options.
Sequence Sequence class is used for each derived sequence, such as Introduction, Menu, Scene...
Window Abstract window, mainly used by Options and Launcher.