gameServer/Consts.hs
author sheepluva
Sun, 11 Sep 2011 16:07:36 +0200
changeset 5853 2750f1696001
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
whoops, I didn't want to commit that line

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"