gameServer/Consts.hs
author koda
Mon, 10 Jun 2013 10:59:49 +0200
changeset 9167 ecf19179b37e
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
protect all types with -fstack-protector-all

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"