From d2ba1218212e5db4d1afcc7c3f513e103ec88399 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Wed, 28 Dec 2022 13:38:08 -0500 Subject: Add beginnings of UI widget module. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 1fb5a2b..5351101 100644 --- a/Makefile.am +++ b/Makefile.am @@ -50,6 +50,7 @@ SOURCES = \ catbird/camera.scm \ catbird/node.scm \ catbird/node-2d.scm \ + catbird/ui.scm \ catbird/scene.scm \ catbird/region.scm \ catbird/kernel.scm \ -- cgit v1.2.3