From f3d9814ad5e7efe7aa883b1c58b854a574c0cf61 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Tue, 9 Mar 2010 19:53:59 +0100 Subject: Moved parts of Main to Simulation module --- htanks.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'htanks.cabal') diff --git a/htanks.cabal b/htanks.cabal index 0a705e9..053eec7 100644 --- a/htanks.cabal +++ b/htanks.cabal @@ -14,6 +14,6 @@ data-files: tex/*.png executable: HTanks hs-source-dirs: src main-is: HTanks.hs -other-modules: CPUPlayer, DefaultPlayer, Game, GLDriver, GLX, Level, Paths_htanks, Player, Render, Texture, Bindings.GLX, Bindings.GLPng +other-modules: CPUPlayer, DefaultPlayer, Game, GLDriver, GLX, Level, MainLoop, Paths_htanks, Player, Render, Simulation, Texture, Bindings.GLX, Bindings.GLPng ghc-options: -threaded extra-libraries: glpng -- cgit v1.2.3