gameServer/Consts.hs
author y2kbugxp90@gmail.com
Sun, 10 Apr 2011 05:09:41 +0000
changeset 5131 137f9cb80be6
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
Got a start on localizing all these strings.

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"