gameServer/Consts.hs
author nemo
Thu, 11 Aug 2011 23:07:45 -0400
changeset 5547 2fe1d68a102c
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
This is a WTF checkin. Seriously. Someone needs to look at this to find out why it is behaving as it is.

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"