gameServer/Consts.hs
author sheepluva
Mon, 08 Sep 2014 18:53:34 +0200
changeset 10407 012bb4b63117
parent 10076 b235e520ea21
child 10460 8dcea9087d75
permissions -rw-r--r--
mention the hwplay:// thing in --help

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "3"