gameServer/Consts.hs
author unc0rr
Sun, 25 Aug 2013 21:43:47 +0400
changeset 9425 49eb707b9367
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
Extract time from file name, assuming it is stored in 'replay' folder

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"