X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fvideo%2Ftexture.hpp;h=bf87c65df0a36d81c5d5045f24c39157df8f6f15;hb=6cd71a8644049d1951b5a9702a57ad02a7971c1e;hp=3c8b4f7086eae8923a416e0eb3904acf2e19399b;hpb=86181b0a14d89cf45daf97199c3556c4dd1ee7b7;p=supertux.git diff --git a/src/video/texture.hpp b/src/video/texture.hpp index 3c8b4f708..bf87c65df 100644 --- a/src/video/texture.hpp +++ b/src/video/texture.hpp @@ -1,7 +1,7 @@ // $Id$ // -// SuperTux - A Jump'n Run -// Copyright (C) 2004 Matthias Braun // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -16,6 +16,7 @@ // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + #ifndef __TEXTURE_HPP__ #define __TEXTURE_HPP__ @@ -39,7 +40,7 @@ public: Texture(unsigned int width, unsigned int height, GLenum glformat); Texture(SDL_Surface* surface, GLenum glformat); virtual ~Texture(); - + GLuint get_handle() const { return handle; @@ -60,4 +61,3 @@ private: }; #endif -