gameServer/Consts.hs
author koda
Wed, 02 May 2012 14:35:54 +0100
changeset 6997 2356bf174df8
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
remove old ukeys hooks from pascalexport (definitely breaking the ios port, will have to work on that, but for now sheepluva and xeli will be happy *hopefully*)

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"