summaryrefslogtreecommitdiffstats
path: root/src/common/image.h
Commit message (Collapse)AuthorAgeFilesLines
* Multitexturing supportPiotr Dziwinski2012-07-041-0/+84
- added CImage class for loading/saving images and a simple test for it - added libpng library to build - added Gfx::Texture struct - updated the Gfx::CDevice interface to include new features - implemented the new features in Gfx::CGLDevice