gameServer/Consts.hs
author Xeli
Mon, 28 May 2012 19:33:57 +0200
changeset 7141 ea6ad9a97fca
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
change the array which represents the keyboard state to be a boolean array rather than byte array

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"