From 38a65f1d57c4dc65dcce9056725ce26e0474eabc Mon Sep 17 00:00:00 2001 From: pixel Date: Tue, 21 Jan 2003 03:00:13 +0000 Subject: Fixing more things... --- include/engine.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include/engine.h') diff --git a/include/engine.h b/include/engine.h index d739bde..58ca46f 100644 --- a/include/engine.h +++ b/include/engine.h @@ -12,8 +12,14 @@ namespace mogltk { static int GetInited(); static SDL_RWops * RWFromHandle(Handle *) throw (GeneralException); static void pollevents(); + static void setappactive(bool); + static bool getappactive(); + static void setcursorvisible(bool); + static bool getcursorvisible(); private: static int inited; + static bool appactive; + static bool cursorvisible; }; }; -- cgit v1.2.3