summaryrefslogtreecommitdiffstats
path: root/src/graphics/common/engine.h
Commit message (Collapse)AuthorAgeFilesLines
* Whitespace and language changePiotr Dziwinski2012-06-261-561/+561
| | | | | | | - changed tabs to spaces and DOS line endings to Unix (except in CBot and metafile) - changed language to English - fixed #include <d3d.h> in d3dengine.h
* CApplication and Gfx::CEngine interfaces & otherPiotr Dziwinski2012-06-241-97/+100
| | | | | | | | - added CApplication and Gfx::CEngine interfaces - added Gfx::Material struct - added Math::IntPoint struct - added template for Gfx::CDevice class - added templates for Gfx::CGLDevice and Gfx::CGLEngine classes
* Templates for new implementationPiotr Dziwinski2012-06-221-0/+712
- added template of classes/structs for new implementation - changed #include paths - updated README files