gameServer/Consts.hs
author Xeli
Fri, 09 Sep 2011 04:39:17 +0200
branchhedgeroid
changeset 5733 5ab22736bdb6
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
Fixed a major bug (related to pointers) which also solves the stuttering when zooming in and out

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"