gameServer/Consts.hs
author Marco Bresciani
Fri, 12 Jul 2013 11:17:32 +0200
changeset 9352 cb893603f068
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
Sorry, wife asked me to remove her name...

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"