colobot/src/graphics
Piotr Dziwinski 93479af188 CTransportableObject interface 2015-07-10 19:51:49 +02:00
..
core Drop GCC 4.6 support 2015-06-26 00:24:32 +02:00
d3d Fixed code formatting 2013-05-27 10:19:16 +02:00
engine CTransportableObject interface 2015-07-10 19:51:49 +02:00
model Use boost::lexical_cast instead of std::to_string 2015-07-09 22:53:58 +02:00
opengl Potential fix for rendering problems in OpenGL 2.1 engine under Linux 2015-06-26 19:55:46 +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.
 */