gameServer/Consts.hs
author nemo
Sun, 13 Nov 2011 21:39:52 -0500
branch0.9.17
changeset 6369 bd8567e6222e
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
these flakes are supposed to look like silvery edges of dark stuff in background, so look odd unflattened

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"