summaryrefslogtreecommitdiffstats
path: root/htanks.cabal
diff options
context:
space:
mode:
authorMatthias Schiffer <matthias@gamezock.de>2010-03-09 19:53:59 +0100
committerMatthias Schiffer <matthias@gamezock.de>2010-03-09 19:53:59 +0100
commitf3d9814ad5e7efe7aa883b1c58b854a574c0cf61 (patch)
tree43042420ceac5e474ae4b4efccb6da03a4d06808 /htanks.cabal
parent9d34024718835132b45c586fc97d75839badf355 (diff)
downloadhtanks-f3d9814ad5e7efe7aa883b1c58b854a574c0cf61.tar
htanks-f3d9814ad5e7efe7aa883b1c58b854a574c0cf61.zip
Moved parts of Main to Simulation module
Diffstat (limited to 'htanks.cabal')
-rw-r--r--htanks.cabal2
1 files changed, 1 insertions, 1 deletions
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