Merge pull request #37 from vanillajonathan/patch-1

Create readme.md
This commit is contained in:
rheit 2016-01-27 12:07:06 -06:00
commit 5bf0629f2e

10
readme.md Normal file
View file

@ -0,0 +1,10 @@
# ACC
ACC is an ACS script compiler for use with ZDoom and Hexen.
http://zdoom.org/wiki/ACC
## Usage
Usage: ACC [options] source[.acs] [object[.o]]
-i [path] Add include path to find include files
-d[file] Output debugging information
-h Create pcode compatible with Hexen and old ZDooms
-hh Like -h, but use of new features is only a warning