2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 17:07:41 +00:00

More loader imps

This commit is contained in:
2016-05-20 02:17:51 -07:00
parent 89e836bdac
commit 27bee1cc35
11 changed files with 150 additions and 5 deletions

View File

@@ -0,0 +1,12 @@
#include "CDamageInfo.hpp"
#include "CDamageVulnerability.hpp"
namespace urde
{
float CDamageInfo::GetRadiusDamage(const CDamageVulnerability& dVuln)
{
return 0.f;
}
}