2012-08-11 16:39:16 +00:00
|
|
|
/**
|
2012-09-27 18:43:20 +00:00
|
|
|
* \dir src/graphics
|
2012-08-11 16:39:16 +00:00
|
|
|
* \brief Graphics engine
|
|
|
|
*/
|
2012-04-28 15:53:17 +00:00
|
|
|
|
2012-08-11 16:39:16 +00:00
|
|
|
/**
|
|
|
|
* \namespace Gfx
|
|
|
|
* \brief Namespace for (new) graphics code
|
|
|
|
*
|
|
|
|
* This namespace was created to avoid clashing with old code, but now it still serves,
|
|
|
|
* defining a border between pure graphics engine and other parts of application.
|
2012-09-27 18:43:20 +00:00
|
|
|
*/
|
2013-05-26 15:47:54 +00:00
|
|
|
|