gameServer/Consts.hs
author koda
Fri, 14 Jun 2013 01:06:49 +0200 (2013-06-13)
changeset 9228 a001ecdf8314
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
remove two unused cmake files
{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"