gameServer/Consts.hs
author nemo
Sat, 04 Aug 2012 22:51:41 -0400
changeset 7492 3188794b9d87
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
Perf opt for the c conversion. Use downto instead to avoid repeated function calls in the loop

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"