gameServer/Consts.hs
author Gianfranco Costamagna <costamagnagianfranco@yahoo.it>
Thu, 09 Jan 2014 19:10:12 +0100
branchwebgl
changeset 9984 84835d0ceb64
parent 9702 27006953d901
child 10076 b235e520ea21
permissions -rw-r--r--
Fixed build failure to a missing math library linked with BUILD_ENGINE_C=1 and clang

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "2"