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(addBlackList);
|
||||||
PREP(initBlackList);
|
PREP(dev_addRound);
|
||||||
PREP(shouldFrag);
|
PREP(dev_clearTraces);
|
||||||
PREP(getFragInfo);
|
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(doFrag);
|
||||||
PREP(doFragTargeted);
|
|
||||||
PREP(doFragRandom);
|
PREP(doFragRandom);
|
||||||
|
PREP(doFragTargeted);
|
||||||
// Spall
|
PREP(doReflections);
|
||||||
PREP(shouldSpall);
|
|
||||||
PREP(doSpall);
|
PREP(doSpall);
|
||||||
|
PREP(findReflections);
|
||||||
PREP(getMaterialInfo);
|
PREP(getMaterialInfo);
|
||||||
PREP(getSpallInfo);
|
PREP(getSpallInfo);
|
||||||
|
PREP(getFragInfo);
|
||||||
|
PREP(initBlackList);
|
||||||
PREP(initMaterialCache);
|
PREP(initMaterialCache);
|
||||||
|
PREP(initRound);
|
||||||
// Explosive Reflection
|
PREP(shouldFrag);
|
||||||
PREP(findReflections);
|
PREP(shouldSpall);
|
||||||
PREP(doExplosions);
|
|
||||||
PREP(doReflections);
|
|
Loading…
Reference in New Issue
Block a user