graphgif/cgif.scm

5 lines
96 B
Scheme
Raw Normal View History

2024-10-16 13:48:22 -05:00
(define-module (cgif)
:export (make-gif))
(load-extension "./libguilecgif", "init_cgif")