gameServer/Consts.hs
author unc0rr
Wed, 14 Nov 2012 00:41:29 +0400
branchphysfslayer
changeset 8022 10b3b93c1f56
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
- Add physfsrwops library - Load images via physfs (crashes)

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"