summaryrefslogtreecommitdiff
path: root/pkgui.h
diff options
context:
space:
mode:
Diffstat (limited to 'pkgui.h')
-rw-r--r--pkgui.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgui.h b/pkgui.h
index 44cd6b3..5081a32 100644
--- a/pkgui.h
+++ b/pkgui.h
@@ -85,4 +85,8 @@ extern void pkguiFreeFontDescriptor(uiFontDescriptor *fd);
extern uiDrawTextLayoutParams *pkguiNewDrawTextLayoutParams(void);
extern void pkguiFreeDrawTextLayoutParams(uiDrawTextLayoutParams *p);
+// area.go
+extern uiAreaHandler *pkguiAllocAreaHandler(void);
+extern void pkguiFreeAreaHandler(uiAreaHandler *ah);
+
#endif