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