gameServer/Consts.hs
author koda
Fri, 17 Jan 2014 18:17:47 +0100
changeset 10008 b8b91c7e0da8
parent 9702 27006953d901
child 10076 b235e520ea21
permissions -rw-r--r--
drop redundancies for lua and physfs

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "2"