colobot/src/graphics
krzys-h 95f1e3f19a Fixed water/lava moving and waves (#659) 2015-09-30 20:31:09 +02:00
..
core Introduce forward declarations as suggested by colobot-lint 2015-09-27 16:28:14 +02:00
d3d Fixed code formatting 2013-05-27 10:19:16 +02:00
engine Fixed water/lava moving and waves (#659) 2015-09-30 20:31:09 +02:00
model Introduce forward declarations as suggested by colobot-lint 2015-09-27 16:28:14 +02:00
opengl Introduce forward declarations as suggested by colobot-lint 2015-09-27 16:28:14 +02:00
README.txt Fixed code formatting 2013-05-27 10:19:16 +02:00

README.txt

/**
 * \dir src/graphics
 * \brief Graphics engine
 */

/**
 * \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.
 */