gameServer/Consts.hs
author unc0rr
Fri, 04 Jan 2013 19:42:49 +0400
changeset 8362 89a6b7cc6f95
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
- Unbreak build with .pro file - Cosmetic fixes to video recording stuff

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"