gameServer/Consts.hs
author nemo
Fri, 01 Feb 2013 20:15:22 -0500
changeset 8468 71159aa7172f
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
trying to prevent sticking. PS. code is hard to read when drunk.

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"