gameServer/Consts.hs
author Xeli
Mon, 23 Apr 2012 19:22:16 +0200
changeset 6917 4889c2b779b4
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
- change uKeys to be event based rather than polling - missing engine+frontend exit - missing controller support - needs testing on different platforms and keyboards

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"