diff options
Diffstat (limited to 'includes')
-rw-r--r-- | includes/cdutils.h | 2 | ||||
-rw-r--r-- | includes/gltexture.h | 1 |
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; |