gameServer/Consts.hs
author nemo
Mon, 20 Jun 2011 12:57:44 -0400
changeset 5268 eedc0f8ed38b
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
Small stub web view that I'm hoping to use in conjunction with ~/.hedgewars/Data - I'd like to link to a page on hedgewars.org, intercept linkClicked, fetch zip files, then unpack the structure under Data. Just checking this in so it doesn't clutter up project. Also tidied up the .pro a bit, even though we aren't really using it for much anymore. Should in theory be able to do a build now.

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"