mirror of
https://github.com/ZDoom/acc.git
synced 2024-11-22 03:51:21 +00:00
Create readme.md
This commit is contained in:
parent
701c391c3f
commit
37e0268ae3
1 changed files with 10 additions and 0 deletions
10
readme.md
Normal file
10
readme.md
Normal 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
|
Loading…
Reference in a new issue