gameServer/Consts.hs
author koda
Thu, 20 Sep 2012 22:10:32 +0200
changeset 7692 9545f2bf087c
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
updated ios project file

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"