package.lisp @ 305a8a394b64

Add notes about implementation support
author Steve Losh <steve@stevelosh.com>
date Thu, 08 Sep 2016 13:59:19 +0000
parents 50776d4c27ba
children b85831aa30bb
(defpackage #:beast
  (:use
    #:cl
    #:beast.quickutils)
  (:export
    #:entity
    #:entity-id

    #:define-entity

    #:create-entity
    #:destroy-entity
    #:clear-entities
    #:map-entities

    #:entity-created
    #:entity-destroyed

    #:define-aspect

    #:define-system))