X-Git-Url: https://code.consxy.com/gitweb/gitweb.cgi?p=clnl;a=blobdiff_plain;f=src%2Fmain%2Fpackage.lisp;h=3998b00c27dc78a8b8102b93acb069ecc0bb7714;hp=207fc87e69ee367a6921f40bef732cd2ddfbe35c;hb=b4f2bfd8e590105c4ea65e6a5751edf0dc422aa2;hpb=72aabe56a7bfdb598d48c16c5095a0eac2420595 diff --git a/src/main/package.lisp b/src/main/package.lisp index 207fc87..3998b00 100644 --- a/src/main/package.lisp +++ b/src/main/package.lisp @@ -1,5 +1,5 @@ (defpackage #:clnl (:use :common-lisp) - (:export #:run #:boot #:run-commands #:run-reporter) + (:export #:run #:boot #:run-commands #:run-reporter #:*model-package*) (:documentation "Main CLNL package @@ -92,7 +92,7 @@ is where all the features that the traditional NetLogo UI lives.")) (defpackage #:clnl-model (:use :common-lisp) - (:export #:default-model #:read-from-nlogo #:world-dimensions) + (:export #:default-model #:read-from-nlogo #:world-dimensions #:globals) (:documentation "CLNL Model