gameServer/Consts.hs
author koda
Sat, 13 Apr 2013 20:13:52 +0200
changeset 8907 7e9c6efe90fd
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
added two security flags to windows linking

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"