2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 06:27:43 +00:00

More collision imps and stubs

This commit is contained in:
2016-04-26 17:26:02 -07:00
parent bacc98d4a6
commit 2af6117ef8
15 changed files with 306 additions and 23 deletions

View File

@@ -1,2 +1,10 @@
#include "CRayCastResult.hpp"
namespace urde
{
const CMaterialList& CRayCastResult::GetMaterial() const
{
return x28_material;
}
}