gameServer/Consts.hs
author koda
Sat, 24 Sep 2011 22:27:52 +0200
changeset 6018 3b86826f6665
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
add a class method for getting the overlay (and fix a silly mistake while at it) and use it

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"