OSDN Git Service

correcting input and rulp main loop
[rulp/rulp.git] / layers / package.lisp
index 89841ba..31f00a9 100644 (file)
 ;;;; You should have received a copy of the GNU General Public License
 ;;;; along with this program. If not, see <https://www.gnu.org/licenses/>.
 
-(defpackage :layers
+(defpackage :rulp.layers
   (:use :cl)
   (:export screen x y width height rotation path texture surface image-path
-           screen-source screen-destination coordinate size
+           screen-source screen-destination screen-purge coordinate size
            model interactions interact
            movep usep pokep ;; temporaries
            plane collision-list entities-list span grid-dimension bounce
            entity ball grid-span displayp))
 
-(in-package :layers)
+(in-package :rulp.layers)
 
 ;; (defparameter entropy 0
 ;;   "parameter used for the random number generator, this variable is