summaryrefslogtreecommitdiffstats
path: root/src/graphics/engine/modelfile.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Switched to new style castsPiotr Dziwinski2012-07-301-8/+8
| | | | | | - rewrote old C-style casts to new ..._cast<> - corrected some dangerous casts - added -Wold-style-cast to compile flags
* Change of paths in src/graphicsPiotr Dziwinski2012-07-261-0/+841
- moved abstract core to src/graphics/core - moved proper graphics engine to src/graphics/engine