gameServer/Consts.hs
author unc0rr
Mon, 05 Nov 2012 23:03:01 +0400
branchphysfslayer
changeset 7955 85b3970b402a
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
- Load teams via physfs - Some fixes which allow Qt to load ini files and icons via physfs

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"