gameServer/Consts.hs
author unc0rr
Sun, 04 Sep 2011 17:33:33 +0400
changeset 5759 082a068c078d
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
Call update() so loaded images appear

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"