gameServer/Consts.hs
author sheepluva
Sat, 10 Sep 2011 03:27:47 +0200
changeset 5834 f9944a75b350
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
rollin' back my silly hack ( rea4d1fe665d7 )

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"