gameServer/Consts.hs
author unc0rr
Fri, 02 Sep 2011 12:27:15 +0400
changeset 5735 08ac2d557392
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
Remove toLocal8Bit() conversion of file name as Qt should handle filenames on its own. Helps with filename on Windows, could help with issue #189.

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"