colobot/src/graphics
Piotr Dziwinski 51884cef8e Input bindings rewrite
- moved input bindings to CRobotMain
- added virtual keymod and joystick button key presses
- fixed putenv error; other minor fixes
2012-09-19 18:32:18 +02:00
..
core half of task compile. 2012-09-11 23:11:34 +02:00
d3d Documentation update 2012-08-11 18:39:16 +02:00
engine Merge branch 'dev' of https://github.com/adiblol/colobot into dev 2012-09-18 22:39:10 +02:00
opengl Input bindings rewrite 2012-09-19 18:32:18 +02:00
README.txt Documentation update 2012-08-11 18:39:16 +02:00

README.txt

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