2010-09-25 13:03:53 +00:00
|
|
|
// Note: This is not a regular source file.
|
|
|
|
|
|
|
|
/// \ingroup apps
|
|
|
|
/// \defgroup openmw OpenMW
|
|
|
|
|
|
|
|
/// \namespace OMW
|
|
|
|
/// \ingroup openmw
|
|
|
|
/// \brief Integration of OpenMW-subsystems
|
|
|
|
|
|
|
|
/// \namespace MWDialogue
|
|
|
|
/// \ingroup openmw
|
|
|
|
/// \brief NPC dialogues
|
|
|
|
|
|
|
|
/// \namespace MWMechanics
|
|
|
|
/// \ingroup openmw
|
|
|
|
/// \brief Game mechanics and NPC-AI
|
|
|
|
|
|
|
|
/// \namespace MWSound
|
|
|
|
/// \ingroup openmw
|
|
|
|
/// \brief Sound & music
|
|
|
|
|
|
|
|
/// \namespace MWGUI
|
|
|
|
/// \ingroup openmw
|
|
|
|
/// \brief HUD and windows
|
|
|
|
|
|
|
|
/// \namespace MWRender
|
|
|
|
/// \ingroup openmw
|
2015-06-03 23:30:16 +00:00
|
|
|
/// \brief Rendering
|
2010-09-25 13:03:53 +00:00
|
|
|
|
|
|
|
/// \namespace MWWorld
|
|
|
|
/// \ingroup openmw
|
|
|
|
/// \brief World data
|
|
|
|
|
|
|
|
/// \namespace MWClass
|
|
|
|
/// \ingroup openmw
|
|
|
|
/// \brief Workaround for non-OOP design of the record system
|
|
|
|
|
|
|
|
/// \namespace MWInput
|
|
|
|
/// \ingroup openmw
|
|
|
|
/// \brief User input and character controls
|
|
|
|
|
|
|
|
/// \namespace MWScript
|
|
|
|
/// \ingroup openmw
|
2016-12-14 21:11:22 +00:00
|
|
|
/// \brief MW-specific script extensions and integration of the script system into OpenMW
|