This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
using_acsutils [2017/07/13 14:44] – korshun | using_acsutils [2017/07/14 17:50] (current) – korshun | ||
---|---|---|---|
Line 13: | Line 13: | ||
===== Adding ACSUtils to your project ===== | ===== Adding ACSUtils to your project ===== | ||
- | - Download [[https:// | + | - Download [[https:// |
- Add '' | - Add '' | ||
- | - Use the code below to include ACSUtils into your project: | + | - Include '' |
< | < | ||
Line 22: | Line 22: | ||
</ | </ | ||
- | If you are making a mod for Zandronum, don' | + | ===== Things to note ===== |
+ | |||
+ | If your project has functions (or variables, if you are using [[ACC]]) with the same names as ACSUtils functions, it won' | ||
+ | |||
+ | ===== Optional enhancements ===== | ||
+ | |||
+ | - Copy '' | ||
+ | - Copy '' | ||
+ | |||
+ | ===== BCC enhancements ===== | ||
+ | |||
+ | If you are using [[BCC]], try [[BCSUtils]] -- a BCC-enhanced version of ACSUtils with the same functions! | ||