gameServer/Consts.hs
author nemo
Sat, 17 Sep 2011 10:11:56 -0400
changeset 5950 7ce3946154f9
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
Add straight lines to changelog

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"