gameServer/Consts.hs
author koda
Sat, 30 Apr 2011 20:06:05 +0200
changeset 5194 851c6fbb44e6
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
small fix for starting the ios game

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"