gameServer/Consts.hs
author koda
Fri, 17 Feb 2012 17:43:59 +0100
changeset 6699 83dd3447a212
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
exploit the new setWhatsThis feature in our desktop frontend

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"