gameServer/Consts.hs
author koda
Sat, 23 Feb 2013 18:49:45 +0100
branchphysfslayer
changeset 8538 0e113487c4b2
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
blindly updated Android build files for new physfs

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"