gameServer/Consts.hs
author nemo
Sun, 05 Feb 2012 16:21:55 -0500
changeset 6628 0e6615c10a8a
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
attempt to fix 3222bb0612ca - otherwise you are unable to start a second game without quitting the room.

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"