gameServer/Consts.hs
author nemo
Wed, 27 Jul 2011 20:58:06 -0400
changeset 5478 8005a5ab7117
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
bluer colour, more pulsing

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"