gameServer/Consts.hs
author sheepluva
Mon, 20 Jan 2014 10:16:29 +0100
changeset 10024 7d21f52f0452
parent 9702 27006953d901
child 10076 b235e520ea21
permissions -rw-r--r--
remove DroidSans font from source dir. it is unused afaik and also wrongly included in the source tarballs

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "2"