gameServer/Consts.hs
author sheepluva
Thu, 21 Mar 2013 11:51:13 +0100
changeset 8760 534e30885b66
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
enable/fix links on about page. why don't people test that stuff when they insert it? it's just one click...

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"