diff options
author | David Thompson <dthompson2@worcester.edu> | 2018-10-02 17:12:44 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2018-10-03 07:45:33 -0400 |
commit | bbd1bd1392d482287936fde54cb2cea808eb2bae (patch) | |
tree | 7154ae413807ffebcd17ac888825e16e83c2f2bc /Makefile.am | |
parent | 7955ab539b081814fa4406bea7821cbca889a2b2 (diff) |
Move pathfinding module to math directory.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 1ae2d24..2b27ba2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -53,6 +53,7 @@ SOURCES = \ chickadee/math/rect.scm \ chickadee/math/grid.scm \ chickadee/math/easings.scm \ + chickadee/math/path-finding.scm \ chickadee/render/color.scm \ chickadee/render/gl.scm \ chickadee/render/gpu.scm \ @@ -73,7 +74,6 @@ SOURCES = \ chickadee/scripting/script.scm \ chickadee/scripting/channel.scm \ chickadee/scripting.scm \ - chickadee/path-finding.scm \ chickadee.scm \ chickadee/sdl.scm |