gameServer/Consts.hs
author EJ <eivind.jahren@gmail.com>
Mon, 21 Mar 2011 21:04:20 +0300
changeset 5030 42746c5d4a80
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
Changed the standard show function to Text.Show.ByteString, and misc. ByteString related changes in gameServer.

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"