gameServer/Consts.hs
author unc0rr
Fri, 07 Feb 2014 00:46:49 +0400
changeset 10113 b26c2772e754
parent 10076 b235e520ea21
child 10460 8dcea9087d75
permissions -rw-r--r--
Fix tons and tons of pas2c warnings (but still not all of them)

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "3"