From 718ca1d8dda36c276bd5ca5b6f0a833f61f9e5d5 Mon Sep 17 00:00:00 2001 From: pixel Date: Sun, 17 Nov 2002 18:11:58 +0000 Subject: Daily. --- includes/cdutils.h | 2 +- includes/gltexture.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'includes') diff --git a/includes/cdutils.h b/includes/cdutils.h index 38eb118..0fe4638 100644 --- a/includes/cdutils.h +++ b/includes/cdutils.h @@ -25,7 +25,7 @@ #include "Handle.h" -#define GUESS 5 +#define GUESS 6 extern const long sec_sizes[]; extern const long sec_offsts[]; diff --git a/includes/gltexture.h b/includes/gltexture.h index 84edaa8..a094694 100644 --- a/includes/gltexture.h +++ b/includes/gltexture.h @@ -15,6 +15,7 @@ namespace mogltk { void Bind(bool = true) throw (GeneralException); GLuint GetWidth(); GLuint GetHeight(); + static void Unbind(void); private: GLuint width, height, tex; SDL_Surface * surface; -- cgit v1.2.3