gameServer/Consts.hs
author koda
Sun, 10 Mar 2013 15:44:03 +0100
changeset 8716 e09633d10f16
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
hit hwplay://server:port and automatically join an unofficial server (on osx right now)

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"