gameServer/Consts.hs
author belphegorr <szabibibi@gmail.com>
Mon, 25 Jun 2012 11:17:19 +0300
changeset 7205 cdc38e49a276
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
Added the helper script I forgot to add last time

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"