gameServer/Consts.hs
author Henek
Sat, 25 Jun 2011 14:20:21 +0200
changeset 5303 e06bf3954a83
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
this should fix captions on iOS (and android), though I can't check

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"