aboutsummaryrefslogtreecommitdiffstats
path: root/src/base/image.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* changed all wstring/wchar_t to string/charAlexander Sulfrian2013-01-051-1/+1
|
* changed from SDL rendering to OpenGLAlexander Sulfrian2013-01-051-2/+3
| | | | draw, repaint methods do not have the SDL_Surface* parameter anymore
* added imageloading stuff (load images to sdl_surface)Alexander Sulfrian2013-01-051-0/+83