Interfaces
 InterfaceDescription
 IScreen Interface for a screen which can be managed by the ScreenManager.
Classes
 ClassDescription
 BaseScreen Most basic implementation of IScreen.
 ImageScreen Simple screen to display an image.
 PlaceholderScreen Simple placeholder screen which has a background fill and a caption in the top left.
 ScreenManager A simple system for managing a game's UI.
 SplashScreen Simple screen to display an image, and advance to another screen when the user clicks.