mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-07-03 01:55:52 +00:00
11 lines
137 B
C++
11 lines
137 B
C++
#include "CRayCastResult.hpp"
|
|
|
|
|
|
namespace urde
|
|
{
|
|
const CMaterialList& CRayCastResult::GetMaterial() const
|
|
{
|
|
return x28_material;
|
|
}
|
|
}
|