gameServer/Consts.hs
author koda
Sat, 05 May 2012 18:10:41 +0100
changeset 7027 f264ad9d8965
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
the scope cleanup continues...

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"