gameServer/Consts.hs
author unc0rr
Sat, 14 Apr 2012 23:19:45 +0400
changeset 6888 32a54322d262
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
Get rid of TGearsType to simplify pas2c

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"