]> git.jsancho.org Git - gacela.git/commit
Engine definition functions
authorJavier Sancho <jsf@jsancho.org>
Mon, 7 Oct 2013 15:55:14 +0000 (17:55 +0200)
committerJavier Sancho <jsf@jsancho.org>
Mon, 7 Oct 2013 15:55:14 +0000 (17:55 +0200)
commit3b8bea0edf160748d20a12e3b1e7e3503a33da7b
treeba0279820b92bb415d19d4b71718c9713581caee
parent7daac782bf89c735e87131f8dc9c04a396415d5a
Engine definition functions

* src/engine.scm: functions for creating new engines (make-engine,
  define-engine) and for working with entities and components
  inside them (with-engine)
src/engine.scm [new file with mode: 0644]