gameServer/Consts.hs
author nemo
Sat, 10 Sep 2011 10:13:19 -0400
changeset 5838 180ffae2c039
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
This condition should have been removed when I was changing targetting

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"