gameServer/Consts.hs
author Xeli
Tue, 28 Feb 2012 22:00:33 +0100
changeset 6751 7c75941b499b
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
android: fix finding cache dir on prefroyo devices, it now creates the Hedgewars folder if it wasn't there

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"