gameServer/Consts.hs
author koda
Fri, 17 Feb 2012 12:08:01 +0100
changeset 6695 32de8965c62c
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
refactored a few types involved in the touch interface and corrected a few invisible mistakes

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"