X-Git-Url: https://code.consxy.com/gitweb/gitweb.cgi?p=clnl;a=blobdiff_plain;f=src%2Fmain%2Fpackage.lisp;h=73202aaf31c1ca174b0164865ee88f8c947e4547;hp=83df57fe535f4ea2e4cbab7c94e15a45a01ae23a;hb=213ed30;hpb=2d8a7c97e20e7b68b11ee2d70d4a59da84b0d862 diff --git a/src/main/package.lisp b/src/main/package.lisp index 83df57f..73202aa 100644 --- a/src/main/package.lisp +++ b/src/main/package.lisp @@ -72,7 +72,7 @@ The primary code responsible for tokenizing NetLogo code.")) (defpackage #:clnl-interface (:use :common-lisp) - (:export #:run #:export-view) + (:export #:run #:export-view #:initialize) (:documentation "CLNL Interface @@ -92,7 +92,7 @@ is where all the features that the traditional NetLogo UI lives.")) (defpackage #:clnl-model (:use :common-lisp :cl-charms/low-level) - (:export #:read-from-nlogo) + (:export #:default-model #:read-from-nlogo #:world-dimensions) (:documentation "CLNL Model