started referencing ui widgets by id via hashmap, WIP, does not compile

This commit is contained in:
tpajenka
2014-04-23 13:08:18 +02:00
parent 8e59e10b86
commit a9a97f7544
4 changed files with 138 additions and 148 deletions

View File

@ -46,7 +46,8 @@ executable Pioneers
time >=1.4.0,
GLUtil >= 0.7,
attoparsec >= 0.11.2,
unordered-containers >= 0.2.1
unordered-containers >= 0.2.1,
hashable >= 1.0.1.1
other-modules: Render.Types
Default-Language: Haskell2010