summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorpixel <pixel>2002-11-17 18:11:58 +0000
committerpixel <pixel>2002-11-17 18:11:58 +0000
commit718ca1d8dda36c276bd5ca5b6f0a833f61f9e5d5 (patch)
treea165c72b5bba9f9e375c488bc454d3f12655ea31 /includes
parentca6d6b9117fb3f5667b4167c22ec058cdc55d1e4 (diff)
Daily.
Diffstat (limited to 'includes')
-rw-r--r--includes/cdutils.h2
-rw-r--r--includes/gltexture.h1
2 files changed, 2 insertions, 1 deletions
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;