gameServer/Consts.hs
author nemo
Mon, 03 Sep 2012 12:35:51 -0400
changeset 7657 347e18494fb9
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
Let's try *4 instead. Not nearly as much of a win, but might be usable.

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"