gameServer/Consts.hs
author koda
Mon, 31 Oct 2011 01:44:32 +0100
changeset 6246 6b2d19ed521a
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
just moving ios server stuff around

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"