gameServer/Consts.hs
author nemo
Sat, 23 Jun 2012 21:37:47 -0400
changeset 7270 93e92e82d5c8
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
Step 1. Add current hedgehog as top bit of bottom byte.

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"