gameServer/Consts.hs
author koda
Wed, 06 Apr 2011 00:29:49 +0200
changeset 5109 6d2e8a24277e
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
strangely enough, the new sdl rotation code is incompatible with our system... this is a workaround that should hold up until their code becomes more stable

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"