gameServer/Consts.hs
author koda
Sun, 27 Jan 2013 02:09:02 +0100
changeset 8449 2816230a107e
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
shut a few frontend warnings out

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"