gameServer/Consts.hs
author koda
Sun, 09 Oct 2011 01:45:12 +0200
changeset 6108 7a8da11a6144
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
refreshed the ipad interface with some white

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"