gameServer/Consts.hs
author nemo
Sun, 20 May 2012 10:55:58 -0400
changeset 7098 f8c453ade379
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
Minor tweaks to freezer, mostly to simplify current state to laptop

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"