From aa73772b1c58fed81f22972f4a22b4fbfa8e3ce2 Mon Sep 17 00:00:00 2001 From: pixel Date: Mon, 22 Dec 2003 23:58:23 +0000 Subject: Whoops, bug fix --- include/engine.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/engine.h') diff --git a/include/engine.h b/include/engine.h index 6bd2697..8634f6a 100644 --- a/include/engine.h +++ b/include/engine.h @@ -20,7 +20,7 @@ namespace mogltk { static int postsetup() throw(GeneralException); static int GetInited(); static SDL_RWops * RWFromHandle(Handle *) throw (GeneralException); - static void pollevents(); + static void pollevents() throw (GeneralException); static void setappactive(bool); static bool getappactive(); static void setcursorvisible(bool); -- cgit v1.2.3