gameServer/Consts.hs
author koda
Wed, 12 Jun 2013 01:02:33 +0200
changeset 9203 bcc25cb9b122
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
and now also avwrapper can be shared/static, add visibility to its exported functions, drop (needed only when static)

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"