gameServer/Consts.hs
author nemo
Fri, 31 May 2013 14:47:07 -0400
branch0.9.19
changeset 9093 4114ce5d885d
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
fix locale load

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"