gameServer/Consts.hs
author unc0rr
Wed, 28 Dec 2011 21:53:40 +0300
changeset 6537 1df1f224f3e9
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
Take koda's notice into account, also update list of source files

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"