Switched from passing pointers around to using numeric MenuIds and a factory class
[supertux.git] / src / supertux / menu / options_menu.hpp
2014-08-08 Ingo RuhnkeSwitched from passing pointers around to using numeric...
2014-08-04 Ingo RuhnkeMerge branch 'feature/c++11'
2014-08-03 Ingo RuhnkeReplaced std::auto_ptr<> with std::unique_ptr<>
2009-11-19 Ingo RuhnkeMoved more menu related code into the Menu classes
2009-11-19 Ingo RuhnkeInclude optimizations
2009-11-19 Ingo RuhnkeAdded MenuManager to keep track of created Menus
2009-11-19 Ingo RuhnkeMoved Menu stuff to its own directory