From 90b8d87e02bfb0d1d3d10c3b824df8fd8ce37a9f Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Mon, 15 Mar 2010 14:46:14 +0100 Subject: Reorganized code to add Debris class --- htanks.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'htanks.cabal') diff --git a/htanks.cabal b/htanks.cabal index 584e905..34eb52c 100644 --- a/htanks.cabal +++ b/htanks.cabal @@ -14,7 +14,7 @@ data-files: tex/*.png executable: HTanks hs-source-dirs: src main-is: HTanks.hs -other-modules: Collision, CPUPlayer, DefaultPlayer, Game, GLDriver, GLX, Level, MainLoop, Paths_htanks, Player, Render, Simulation, Texture, +other-modules: Collision, CPUPlayer, DefaultPlayer, Game, GLDriver, GLX, Level, MainLoop, Paths_htanks, Player, Render, Simulation, Texture, Debris, Tank, Bindings.GLX, Bindings.GLPng ghc-options: -threaded -O2 extra-libraries: glpng -- cgit v1.2.3