gameServer/Consts.hs
author koda
Sat, 24 Aug 2013 12:00:40 +0200
changeset 9415 276f6d7d9e2e
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
fix shared library loading by using the right variable

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"