gameServer/Consts.hs
author koda
Sat, 27 Jul 2013 04:19:14 +0200
changeset 9379 1bcfcaf0926e
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
update the touch interface to the new SDL2 API touch is a little flacky, works great on buttons and wigets but crosshair and hogs are difficult to select...

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"