Browse Source

Fixed missing mention of the UI library on the OverallStructure page.

Lasse Öörni 13 years ago
parent
commit
415c2a28ce
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Docs/GettingStarted.dox

+ 1 - 0
Docs/GettingStarted.dox

@@ -229,6 +229,7 @@ The libraries are the following:
 - %Input. Provides mouse & keyboard input in both polled and event-based mode.
 - %Input. Provides mouse & keyboard input in both polled and event-based mode.
 - %Network. Provides client-server networking functionality.
 - %Network. Provides client-server networking functionality.
 - %Audio. Provides the audio subsystem and playback of .wav & .ogg sounds in either 2D or 3D.
 - %Audio. Provides the audio subsystem and playback of .wav & .ogg sounds in either 2D or 3D.
+- %UI. Provides a 2D graphical user interface.
 - Physics. Provides physics simulation.
 - Physics. Provides physics simulation.
 - %Script. Provides scripting support using the AngelScript language.
 - %Script. Provides scripting support using the AngelScript language.
 - %Engine. Instantiates the subsystems from the libraries above, and manages the main loop iteration.
 - %Engine. Instantiates the subsystems from the libraries above, and manages the main loop iteration.