gameServer/Consts.hs
author nemo
Tue, 24 Dec 2013 16:58:49 -0500
changeset 9846 4dc7cb571e1d
parent 9702 27006953d901
child 10076 b235e520ea21
permissions -rw-r--r--
I hate windows. This probably fixes text.

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "2"