gameServer/Consts.hs
author unc0rr
Wed, 04 Apr 2012 18:00:46 +0400
changeset 6855 807156c01475
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
Finish the toughest part of the converter. Now it knows types of everything, so could correctly recognize bitwise operators and type convertions.

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"