gameServer/Consts.hs
author mikade
Wed, 14 Sep 2011 18:40:10 +0200
changeset 5902 486f84a45805
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
oops, just burning through commits today.

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"