| 79 | }; |
| 80 | |
| 81 | struct DummyTypeExtHere |
| 82 | { |
| 83 | char _[0x24]; |
| 84 | std::vector<VersesData> Verses; |
| 85 | }; |
| 86 | |
| 87 | const double GeneralUtils::GetWarheadVersusArmor(WarheadTypeClass* pWH, Armor armorType) |
| 88 | { |
nothing calls this directly
no outgoing calls
no test coverage detected