2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-14 15:11:21 +00:00
metaforce/Runtime/Graphics/CSimpleShadow.cpp
2017-11-23 22:23:28 -10:00

15 lines
171 B
C++

#include "CSimpleShadow.hpp"
namespace urde
{
CSimpleShadow::CSimpleShadow(float, float, float, float)
{
}
void CSimpleShadow::Render(const CTexture* tex) const
{
}
}