gameServer/Consts.hs
author almikes
Wed, 13 Nov 2013 09:35:52 -0500
changeset 9696 cb9f9b79d427
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
bug #695 add left tex to stop repeating sun

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"