gameServer/Consts.hs
author Henek
Wed, 09 Mar 2011 22:39:35 +0100
changeset 4997 28c670367e6c
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
correcting two misstakes in en.txt and sv.txt as reported by Cairo and others most definitely present in other locals too

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"