gameServer/Consts.hs
author nemo
Fri, 02 Sep 2011 01:19:37 -0400
changeset 5732 f3f381011728
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
Add a delay before applying screen resize to cut down on resize events (especially bad on OSes that need texture recreation)

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"