gameServer/Consts.hs
author unc0rr
Sun, 16 Jun 2013 00:46:11 +0400
branchwebgl
changeset 9168 20ff80421736
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
Some fixes to make pas2c+clang compile all engine files

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"