gameServer/Consts.hs
author nemo
Sun, 21 Aug 2011 09:26:33 -0400
changeset 5620 05445149f2d5
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
Add Lithuanian Qt translation, add Lukas to game credits

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"