summaryrefslogtreecommitdiff
path: root/include/texture.h
diff options
context:
space:
mode:
authorpixel <pixel>2006-01-31 17:02:39 +0000
committerpixel <pixel>2006-01-31 17:02:39 +0000
commit97b4a5904a989e216b1fbb4d0a55b7340bd7f88a (patch)
tree2a40bfc8ae9f4fce9bf9a30bfc7fef7a6bb1f074 /include/texture.h
parentedd5fe68be2a2a9e23a87f65f6a89807c34b7c3f (diff)
Way too much changes - all over.
Diffstat (limited to 'include/texture.h')
-rw-r--r--include/texture.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/texture.h b/include/texture.h
index 3143b02..879adce 100644
--- a/include/texture.h
+++ b/include/texture.h
@@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-/* $Id: texture.h,v 1.9 2004-11-27 21:48:01 pixel Exp $ */
+/* $Id: texture.h,v 1.10 2006-01-31 17:02:39 pixel Exp $ */
#ifndef __TEXTURE_H__
#define __TEXTURE_H__
@@ -34,6 +34,7 @@ namespace mogltk {
texture(int, int, bool = false) throw (GeneralException);
texture(Handle *, bool = false) throw (GeneralException);
texture(int, int, int, int);
+ texture(SDL_Surface *, bool = false) throw (GeneralException);
virtual ~texture();
SDL_Surface * GetSurface();
Uint32 * GetPixels();