This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| new:using_acsutils [2018/02/20 14:16] – korshun | new:using_acsutils [2018/02/21 11:58] (current) – korshun | ||
|---|---|---|---|
| Line 16: | Line 16: | ||
| [[zdoom> | [[zdoom> | ||
| - | If your mod is exclusively for ZDoom, you can just remove | + | If your mod is exclusively for ZDoom, you can just remove |
| A better option is to download [[https:// | A better option is to download [[https:// | ||
| Line 26: | Line 26: | ||
| If your project has functions (or even variables, if you are using [[ACC]]) with the same names as ACSUtils functions, it won't compile. Rename the functions in your project to fix it. ACSUtils functions are named in a way that avoids some of the most annoying conflicts, but several renames are still needed in big projects. | If your project has functions (or even variables, if you are using [[ACC]]) with the same names as ACSUtils functions, it won't compile. Rename the functions in your project to fix it. ACSUtils functions are named in a way that avoids some of the most annoying conflicts, but several renames are still needed in big projects. | ||
| - | If your project has functions that are already present in ACSUtils and do the same (for example, [[rounding]]), | + | If your project has functions that are already present in ACSUtils and do the same (for example, [[rounding|rounding functons]]), you can just remove them. |
| ===== Optional enhancements ===== | ===== Optional enhancements ===== | ||