Use boost::shared_ptr<Surface> instead of std::auto_ptr<Surface>
authorgrumbel <grumbel@837edb03-e0f3-0310-88ca-d4d4e8b29345>
Sun, 13 Dec 2009 22:11:09 +0000 (22:11 +0000)
committergrumbel <grumbel@837edb03-e0f3-0310-88ca-d4d4e8b29345>
Sun, 13 Dec 2009 22:11:09 +0000 (22:11 +0000)
commitfeb8c48114aa87557c02f46849b7a68a02477ad0
treed067a9d9a8ae9e076ba8fa3c2f44569696bf9676
parent54bea83fc229721f9f9fdf83c1adba2dcc01ee48
Use boost::shared_ptr<Surface> instead of std::auto_ptr<Surface>

git-svn-id: http://supertux.lethargik.org/svn/supertux/trunk/supertux@6206 837edb03-e0f3-0310-88ca-d4d4e8b29345
19 files changed:
src/badguy/yeti.hpp
src/gui/menu.hpp
src/object/background.hpp
src/object/cloud_particle_system.hpp
src/object/comet_particle_system.hpp
src/object/ghost_particle_system.hpp
src/object/level_time.hpp
src/object/player.hpp
src/object/rain_particle_system.hpp
src/supertux/console.hpp
src/supertux/game_session.hpp
src/supertux/info_box.hpp
src/supertux/info_box_line.cpp
src/supertux/info_box_line.hpp
src/supertux/player_status.hpp
src/supertux/textscroller.hpp
src/supertux/title_screen.hpp
src/video/surface.cpp
src/video/surface.hpp