mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
alphabetized PREP instead of categorizing it
This commit is contained in:
parent
81d477e911
commit
29d3d4c19f
@ -1,37 +1,26 @@
|
||||
// dev
|
||||
#ifdef DEBUG_MODE_DRAW
|
||||
PREP(dev_fired);
|
||||
PREP(dev_trackHitBox);
|
||||
PREP(dev_sphereDraw);
|
||||
PREP(dev_addRound);
|
||||
PREP(dev_trackObj);
|
||||
PREP(dev_drawTrace);
|
||||
PREP(dev_clearTraces);
|
||||
PREP(dev_switchUnitHandle);
|
||||
#endif
|
||||
PREP(dev_fragCalcDump);
|
||||
PREP(dev_debugAmmo);
|
||||
|
||||
// Base
|
||||
PREP(initRound);
|
||||
|
||||
// Frag
|
||||
PREP(addBlackList);
|
||||
PREP(initBlackList);
|
||||
PREP(shouldFrag);
|
||||
PREP(getFragInfo);
|
||||
PREP(dev_addRound);
|
||||
PREP(dev_clearTraces);
|
||||
PREP(dev_debugAmmo);
|
||||
PREP(dev_drawTrace);
|
||||
PREP(dev_fired);
|
||||
PREP(dev_fragCalcDump);
|
||||
PREP(dev_trackHitBox);
|
||||
PREP(dev_trackObj);
|
||||
PREP(dev_sphereDraw);
|
||||
PREP(dev_switchUnitHandle);
|
||||
PREP(doExplosions);
|
||||
PREP(doFrag);
|
||||
PREP(doFragTargeted);
|
||||
PREP(doFragRandom);
|
||||
|
||||
// Spall
|
||||
PREP(shouldSpall);
|
||||
PREP(doFragTargeted);
|
||||
PREP(doReflections);
|
||||
PREP(doSpall);
|
||||
PREP(findReflections);
|
||||
PREP(getMaterialInfo);
|
||||
PREP(getSpallInfo);
|
||||
PREP(getFragInfo);
|
||||
PREP(initBlackList);
|
||||
PREP(initMaterialCache);
|
||||
|
||||
// Explosive Reflection
|
||||
PREP(findReflections);
|
||||
PREP(doExplosions);
|
||||
PREP(doReflections);
|
||||
PREP(initRound);
|
||||
PREP(shouldFrag);
|
||||
PREP(shouldSpall);
|
Loading…
Reference in New Issue
Block a user