]> git.jsancho.org Git - gacela.git/commit
Engine Access Protocol Interface
authorJavier Sancho <jsf@jsancho.org>
Sun, 20 Oct 2013 19:50:00 +0000 (21:50 +0200)
committerJavier Sancho <jsf@jsancho.org>
Sun, 20 Oct 2013 19:50:00 +0000 (21:50 +0200)
commit85b34025ccd4e13188f3c2b88cd039a8cc636d93
treecfe8d4fb18c449a9bd8771f6f0c24bc9dac04ddc
parent3b8bea0edf160748d20a12e3b1e7e3503a33da7b
Engine Access Protocol Interface

* src/engine.scm: functions for accessing and modifying engine
                  entities, using a mutex for preventing changes
                  collission if the engine is running

* src/system.scm: now every function that modify entities returns
                  the result of the modification with the resulting
                  entities and components
src/engine.scm
src/system.scm