gameServer/Consts.hs
author nemo
Thu, 13 Feb 2014 14:12:04 -0500
changeset 10136 f0da90f58c98
parent 10076 b235e520ea21
child 10460 8dcea9087d75
permissions -rw-r--r--
pngcrush on this file which will hopefully be cleaned up at some point

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "3"