From 666c2e96c9e785c6a747359c6ff07eada22b760b Mon Sep 17 00:00:00 2001 From: Ingo Ruhnke Date: Sun, 13 Dec 2009 23:30:55 +0000 Subject: [PATCH] Added SurfacePtr SVN-Revision: 6209 --- 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