X-Git-Url: https://code.consxy.com/gitweb/gitweb.cgi?p=clnl;a=blobdiff_plain;f=src%2Fmain%2Fpackage.lisp;h=d750125b46af48f65b4217dcc1092ce233331f39;hp=2f2c5c662f3d4656b7a49caafb7ff66541899312;hb=5a40730;hpb=04d53972b6d2865cfd82d888c35f75fffd840ec7 diff --git a/src/main/package.lisp b/src/main/package.lisp index 2f2c5c6..d750125 100644 --- a/src/main/package.lisp +++ b/src/main/package.lisp @@ -85,7 +85,7 @@ components.")) (defpackage #:clnl-model (:use :common-lisp) - (:export #:default-model #:read-from-nlogo #:world-dimensions #:widget-globals #:code) + (:export #:execute-button #:default-model #:read-from-nlogo #:world-dimensions #:widget-globals #:code) (:documentation "CLNL Model @@ -96,7 +96,7 @@ as clnl runs.")) (defpackage #:clnl-extensions (:use :common-lisp) - (:export #:load-extension) + (:export #:load-extension #:prims) (:documentation "CLNL Extensions