ACSUtils Wiki

An ACS library for ZDoom-based ports

User Tools

Site Tools


new:using_acsutils

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
new:using_acsutils [2018/02/20 16:15] korshunnew:using_acsutils [2018/02/20 16:17] korshun
Line 24: Line 24:
 ===== Function name conflicts ===== ===== Function name conflicts =====
  
-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 to avoid 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]]), you can just remove them.+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 =====
new/using_acsutils.txt · Last modified: 2018/02/21 13:58 by korshun