gameServer/Consts.hs
author koda
Wed, 21 Sep 2011 12:57:30 +0200
changeset 5978 bc70c6c94912
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
another round of retina display images

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"