summaryrefslogtreecommitdiff
path: root/pkgui.h
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2018-08-26 17:36:39 -0400
committerPietro Gagliardi <[email protected]>2018-08-26 17:36:39 -0400
commit3c4b7e208af45ff4a5647d372a8cbcba00315de2 (patch)
tree1545b3a6b88664b241ac9d63f0101fc1cd0d7496 /pkgui.h
parentdd9db1c14586ecec7e9783f09cceb86fd04825ce (diff)
And migrated tablemodel.go back. And now we can finally build it properly!
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