gameServer/Consts.hs
author Xeli
Mon, 28 Nov 2011 16:20:48 +0100
changeset 6459 2ca787ac8fc3
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
android: check if the sdcard directory is writable, if it isn't close the app

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"