gameServer/Consts.hs
author unc0rr
Sat, 17 Sep 2011 22:01:17 +0400
branch0.9.16
changeset 5957 a6224655647c
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
Include lib* into src package

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"