From 1ebc6961a206336b9d5957edd903f0bd692a409e Mon Sep 17 00:00:00 2001 From: nek0 Date: Fri, 22 Dec 2023 16:18:08 +0100 Subject: [PATCH] prepare graphics --- src-client/Client/Graphics.hs | 5 +++++ wizard-wipeout.cabal | 1 + 2 files changed, 6 insertions(+) create mode 100644 src-client/Client/Graphics.hs diff --git a/src-client/Client/Graphics.hs b/src-client/Client/Graphics.hs new file mode 100644 index 0000000..23f6ef5 --- /dev/null +++ b/src-client/Client/Graphics.hs @@ -0,0 +1,5 @@ +module Client.Graphics where + +import Client.Types + + diff --git a/wizard-wipeout.cabal b/wizard-wipeout.cabal index 8800efe..e4a04ee 100644 --- a/wizard-wipeout.cabal +++ b/wizard-wipeout.cabal @@ -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