summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/Makefile.am2
-rw-r--r--include/engine.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/Makefile.am b/include/Makefile.am
index 1e67880..94a85e3 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -1,5 +1,5 @@
pkginclude_HEADERS = \
engine.h glbase.h glfont.h glshape.h glwidgets.h sprite.h \
-base.h font.h shape.h mcolor.h glsprite.h texture.h
+base.h font.h shape.h mcolor.h glsprite.h texture.h widgets.h
noinst_HEADERS = gettext.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);