gameServer/Consts.hs
author unc0rr
Sun, 27 Nov 2011 23:13:22 +0300
changeset 6453 11c578d30bd3
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
Countless imporvements to the parser and countless help to the parser in sources. Now parser is able to parse the whole engine \o/

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"