gameServer/Consts.hs
author unc0rr
Sat, 24 Nov 2012 00:28:32 +0400
changeset 8117 329d9756b57c
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
Load sounds with the help of physfsrwops library

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"