gameServer/Consts.hs
author nemo
Tue, 26 Feb 2013 20:39:18 -0500
changeset 8590 c64b758e0412
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
pull icegun into default. it has a few issues, but, pretty close. that way more people will play with it.

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"