ST_engine  0.3-ALPHA
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 NST
 Nrenderer_sdlThe renderer for the engine
 Ctexture
 CcameraThe camera object - represents the viewport for the game
 CentityThis class represents all static or dynamic objects in the game (excluding text, see ST::text)
 ClevelThis object contains all the data for a level and provides functions for loading and unloading a level
 ClightContains the data needed to represent a light source
 CtextThis struct represents text objects in the game
 Cmetrics
 CassetsA container that holds all asset types used in the game
 Cconsole_logRepresents a log message to be displayed in the console
 CtaskAn object representing a task to be run by the task manager
 Nstd
 Chash< font_cache_tuple >Defines a hash operator for the font_cache_tuple type - this is needed because we use it in a ska::bytell_hash_map
 Casset_manager_testTests fixture for the assets_manager
 Cassets_managerThis object is responsible for loading/unloading assets
 Caudio_managerThis object is responsible for playing sounds and music
 Caudio_manager_testTests fixture for the audio_manager
 CconsoleThis object represents the console window
 Cconsole_testTests fixture for the console
 Cdrawing_managerThis object is responsible for issuing drawing commands and drawing the current level
 CfpsAn fps counter
 Cgame_managerThis class is responsible for managing all levels and the lua backend, it is the heart of the engine
 Cinput_managerThis object is responsible for taking input
 Clevel_testsTests fixture for the level object
 Clua_backendThis class handles all interaction with lua
 Clua_backend_testTests fixture for the lua_backend
 CmessageA message object passed around in the message bus. Holds anything created with make_data<>()
 Cmessage_busThe central messaging system of the engine. All subsystem make extensive use of it
 Cmessage_bus_tests
 Cphysics_managerThis class handles all physics related actions in the engine
 Crenderer_sdl_testsTests fixture for the renderer_sdl
 Csemaphore
 CsubscriberThis class handles a small queue for messages
 Ctask_managerThe Task Manager handles all things multi-threaded in the engine
 Ctask_manager_tests
 CtimerA timer used for keeping track of time in the main loop
 Cwindow_managerThis object is responsible for managing the window