gameServer/Consts.hs
author = Xeli
Wed, 24 Aug 2011 12:34:37 +0200
branchhedgeroid
changeset 5655 44c2d19f79e2
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
merg with the latest rev of 22nd (end of GSoC)

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"