prepare graphics

This commit is contained in:
nek0 2023-12-22 16:18:08 +01:00
parent 4780f49073
commit 1ebc6961a2
2 changed files with 6 additions and 0 deletions

View file

@ -0,0 +1,5 @@
module Client.Graphics where
import Client.Types

View file

@ -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