diff options
author | Matthias Schiffer <matthias@gamezock.de> | 2010-03-02 21:36:37 +0100 |
---|---|---|
committer | Matthias Schiffer <matthias@gamezock.de> | 2010-03-02 21:36:37 +0100 |
commit | 8586ef7b8502bc8be2f37026b6e443b5a6cf0868 (patch) | |
tree | 80cefe818017f90c1a34f4245d23fd5e7188aece /Makefile | |
parent | d4db00ce9bce4410becfc4ee71264fc607b96c5b (diff) | |
download | htanks-8586ef7b8502bc8be2f37026b6e443b5a6cf0868.tar htanks-8586ef7b8502bc8be2f37026b6e443b5a6cf0868.zip |
New generic player implementation
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ HSCFILES = Bindings/GLX.hsc Bindings/GLPng.hsc -HSFILES = $(HSCFILES:%.hsc=%.hs) GLDriver.hs GLX.hs Texture.hs Tank.hs Level.hs Game.hs Render.hs HTanks.hs +HSFILES = $(HSCFILES:%.hsc=%.hs) GLDriver.hs GLX.hs Texture.hs Tank.hs Player.hs DefaultPlayer.hs Level.hs Game.hs Render.hs HTanks.hs all: HTanks |