gameServer/Consts.hs
author nemo
Thu, 29 Nov 2012 14:47:36 -0500
changeset 8134 38e163cc3bfd
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
unbreak linking pending some fix or other by koda. this is the same thing video recording still does.

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"