gameServer/Consts.hs
author Xeli
Mon, 28 May 2012 19:15:51 +0200
changeset 7140 29948153fda2
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
Don't allow for multiple key up(or down) events, it will ignore the excess events

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"