From 3af423a2571ca6241a97e18646e3d9f15000a8d1 Mon Sep 17 00:00:00 2001 From: grumbel Date: Sun, 13 Dec 2009 23:30:55 +0000 Subject: [PATCH] Added SurfacePtr git-svn-id: http://supertux.lethargik.org/svn/supertux/trunk/supertux@6209 837edb03-e0f3-0310-88ca-d4d4e8b29345 --- src/video/surface_ptr.hpp | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 src/video/surface_ptr.hpp diff --git a/src/video/surface_ptr.hpp b/src/video/surface_ptr.hpp new file mode 100644 index 000000000..c1f738016 --- /dev/null +++ b/src/video/surface_ptr.hpp @@ -0,0 +1,27 @@ +// SuperTux +// Copyright (C) 2009 Ingo Ruhnke +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . + +#ifndef HEADER_SUPERTUX_VIDEO_SURFACE_PTR_HPP +#define HEADER_SUPERTUX_VIDEO_SURFACE_PTR_HPP + +#include + +class Surface; +typedef boost::shared_ptr SurfacePtr; + +#endif + +/* EOF */ -- 2.11.0