From 7a8b86f6164bc35f7a26817d19a40ce841ddb02c Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sat, 8 Nov 2014 08:26:57 -0500 Subject: input: Move keyboard module to sly/input directory. * sly/keyboard.scm: Delete. * sly/input/keyboard.scm: New file. * Makefile.am (SOURCES): Add new file. Delete old file. * examples/common.scm: Use (sly input keyboard). * examples/tilemap.scm: Likewise. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 384556c..e3e28d2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -32,7 +32,7 @@ SOURCES = \ sly/font.scm \ sly/fps.scm \ sly/game.scm \ - sly/keyboard.scm \ + sly/input/keyboard.scm \ sly/live-reload.scm \ sly/math.scm \ sly/math/quaternion.scm \ -- cgit v1.2.3