gameServer/Consts.hs
author unc0rr
Fri, 01 Nov 2013 23:50:13 +0400
changeset 9666 8dcb25112d96
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
- Bring back white dot in the center of crosshair. Crosshair is blurred now! - untint() function instead of countless repetitions of tint($ff, $ff, $ff, $ff)

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"