gameServer/Consts.hs
author unc0rr
Thu, 03 Nov 2011 17:15:54 +0400
changeset 6270 0a99f73dd8dd
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
Improve pascal parser, now it is able to successfully parse uGame.pas (though it eats all comments). Many things are still missing. Well, it's just a matter of time to implement the rest. All basic work is already done anyway.

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"