aboutsummaryrefslogtreecommitdiffstats
path: root/src/menu/reflection.hpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* changed from SDL rendering to OpenGLAlexander Sulfrian2013-01-051-1/+1
| | | | draw, repaint methods do not have the SDL_Surface* parameter anymore
* applied the changes from drawableAlexander Sulfrian2013-01-051-2/+1
|
* make on_draw protectedAlexander Sulfrian2013-01-051-1/+4
| | | | | external classes have to call draw instead of on_draw (so that visible gets evaluated)
* added getter/setter for Reflection::spacingAlexander Sulfrian2013-01-051-0/+3
|
* added Reflection class (descendant of Drawable)Alexander Sulfrian2013-01-051-0/+46