prepare graphics
This commit is contained in:
parent
4780f49073
commit
1ebc6961a2
2 changed files with 6 additions and 0 deletions
5
src-client/Client/Graphics.hs
Normal file
5
src-client/Client/Graphics.hs
Normal file
|
@ -0,0 +1,5 @@
|
|||
module Client.Graphics where
|
||||
|
||||
import Client.Types
|
||||
|
||||
|
|
@ -37,6 +37,7 @@ executable wizard-wipeout-client
|
|||
main-is: Main.hs
|
||||
other-modules: Client.Communication
|
||||
Client.Game
|
||||
Client.Graphics
|
||||
Client.Types
|
||||
-- other-extensions:
|
||||
build-depends: base ^>=4.17.2.1
|
||||
|
|
Loading…
Reference in a new issue