gameServer/Consts.hs
author nemo
Mon, 08 Aug 2011 23:57:04 -0400
changeset 5528 c539e5c81870
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
slight visual tweak. birdy's wings beat faster if he's just about tired out

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"