started creating a GUI overlay image

This commit is contained in:
tpajenka
2014-03-05 13:27:48 +01:00
parent 734cabb759
commit be0da410a0
3 changed files with 25 additions and 2 deletions

View File

@ -11,12 +11,14 @@ executable Pioneers
} else {
ghc-options: -Wall -Odph -rtsopts -threaded -fno-liberate-case -funfolding-use-threshold1000 -funfolding-keeness-factor1000 -optlo-O3 -fllvm
}
other-modules:
other-module
Map.Map,
Render.Misc,
Render.Render,
Render.RenderObject,
UI.Callbacks,
Types,
UI.SurfaceOverlay
Types
main-is: Main.hs
build-depends: