colobot/src/graphics
Piotr Dziwinski 3335be42de Fix MSVC compilation
Forgot to push this the last time
2015-08-30 22:11:30 +02:00
..
core Fix license header in all files 2015-08-22 16:40:02 +02:00
d3d Fixed code formatting 2013-05-27 10:19:16 +02:00
engine Fix MSVC compilation 2015-08-30 22:11:30 +02:00
model Fix license header in all files 2015-08-22 16:40:02 +02:00
opengl Fix license header in all files 2015-08-22 16:40:02 +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.
 */