Moved source files to src directory

This commit is contained in:
Matthias Schiffer 2010-03-09 03:49:15 +01:00
parent 2bb8561836
commit 7327695ca3
14 changed files with 3 additions and 6 deletions

View file

@ -1,4 +0,0 @@
module Paths_htanks where
getDataFileName :: FilePath -> IO FilePath
getDataFileName = return

View file

@ -9,10 +9,11 @@ author: Matthias Schiffer
maintainer: matthias@gamezock.de
build-depends: base >= 4, syb, containers, mtl, time, X11, OpenGL
build-type: Simple
data-files: tex/Bullet.png, tex/Cannon.png, tex/Tank.png, tex/Wood.png
data-files: tex/*.png
executable: HTanks
hs-source-dirs: src
main-is: HTanks.hs
other-modules: Bindings.GLX, Bindings.GLPng
other-modules: CPUPlayer, DefaultPlayer, Game, GLDriver, GLX, Level, Paths_htanks, Player, Render, Texture, Bindings.GLX, Bindings.GLPng
ghc-options: -threaded
extra-libraries: glpng

View file