gameServer/Consts.hs
author unc0rr
Sun, 18 Nov 2012 00:58:57 +0400
branchphysfslayer
changeset 8055 04dd8b7fb605
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
- Download .hwp files into Data folder and mount them immediately (yes, could cause problems in case of overlapped contents) - QuaZIP no more. RIP.

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"