gameServer/Consts.hs
author unc0rr
Sat, 26 Nov 2011 21:12:23 +0300
changeset 6443 23364a5fcc86
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
- Help parser by dropping that insane formatting syntax in str function - Parse operators

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"