]> git.lizzy.rs Git - shadowclad.git/commit
Separate init, main loop, and game update, cleanup main
authoroutfrost <kotlet.bahn@gmail.com>
Fri, 26 Jun 2020 23:48:24 +0000 (01:48 +0200)
committeroutfrost <kotlet.bahn@gmail.com>
Fri, 26 Jun 2020 23:48:24 +0000 (01:48 +0200)
commit34c82e0470d298a1753e12c71616d6dd70a32721
treebf2a618ca0888f601fad7b377de3a26b3cfba3c3
parentb62918e84eebcb2b51aa031bfb256b281028b7f6
Separate init, main loop, and game update, cleanup main
Makefile
src/engine/engine.c [new file with mode: 0644]
src/engine/engine.h [new file with mode: 0644]
src/game/game.c [new file with mode: 0644]
src/game/game.h [new file with mode: 0644]
src/main.c