From 85995bba37b45e937d31d1f955729fab49f3e7df Mon Sep 17 00:00:00 2001 From: David Thompson Date: Fri, 16 Apr 2021 08:43:42 -0400 Subject: node: Export metaclasses. --- starling/node.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/starling/node.scm b/starling/node.scm index 14e4e17..dd5749c 100644 --- a/starling/node.scm +++ b/starling/node.scm @@ -26,7 +26,9 @@ #:use-module (oop goops) #:use-module (starling asset) #:use-module (starling config) - #:export ( + #:export ( + + name rank parent -- cgit v1.2.3