From 81e6827836cc8162fcb0ca2b4f3fa81b189cf22f Mon Sep 17 00:00:00 2001 From: David Thompson Date: Wed, 4 Sep 2013 20:35:31 -0400 Subject: Prevent circular dependency by moving core game data structures to another module. --- 2d/game-loop.scm | 1 + 1 file changed, 1 insertion(+) (limited to '2d/game-loop.scm') diff --git a/2d/game-loop.scm b/2d/game-loop.scm index 8dcc65c..0df3a04 100644 --- a/2d/game-loop.scm +++ b/2d/game-loop.scm @@ -29,6 +29,7 @@ #:use-module (figl gl) #:use-module (2d agenda) #:use-module (2d coroutine) + #:use-module (2d private game) #:use-module (2d repl server) #:use-module (2d repl repl) #:use-module (2d mvars) -- cgit v1.2.3