gameServer/Consts.hs
author Xeli
Sat, 21 Apr 2012 17:59:14 +0200
changeset 6900 26873e68034f
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
- Added support for keyboards on android - tiny patch for android/sdl tracks backspace correctly now - Added SDL_SCANCODE_X constants in uKeys - First attempt at making the touch interface and keys input work side by side

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"