gameServer/Consts.hs
author dag10
Sat, 09 Feb 2013 18:32:51 -0500
changeset 8488 e72f3398a28b
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
Removed in-lineedit labels such as "search:" and "room name:" due to size issues with localization and platform differences.

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"