gameServer/Consts.hs
author koda
Sat, 18 Jun 2011 17:26:13 +0200
changeset 5255 947025eeb5dc
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
under osx don't load a file in case a game is already running (also a little of code formatting)

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"