2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-13 17:51:21 +00:00
metaforce/Runtime/Graphics/CSimpleShadow.cpp
2017-03-03 18:31:08 -10:00

15 lines
165 B
C++

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