From bf452e7f6a3fa0e41964fc8e2c57e1e577cd1682 Mon Sep 17 00:00:00 2001 From: pixel Date: Sun, 20 Jun 2004 23:51:59 +0000 Subject: Put some modifications in the overall. Font to texture doesn't work though. --- include/sprite.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/sprite.h') diff --git a/include/sprite.h b/include/sprite.h index b4ef54a..d328dba 100644 --- a/include/sprite.h +++ b/include/sprite.h @@ -10,7 +10,7 @@ namespace mogltk { class Sprite : public Base { public: - Sprite(Handle *, int, int); + Sprite(Handle *, int, int) throw (GeneralException); Sprite(Uint8 *, int, int); virtual ~Sprite(); virtual void draw(int, int, ColorP = WHITE, float = 1.0, float = 1.0); -- cgit v1.2.3