gameServer/Consts.hs
author koda
Thu, 10 May 2012 23:21:56 +0200
changeset 7048 0a4c88935902
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
the ios port runs again, although with a few things to sort out

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"