mirror of https://github.com/AxioDL/metaforce.git
10 lines
111 B
C++
10 lines
111 B
C++
|
#include "CSimpleShadow.hpp"
|
||
|
|
||
|
namespace urde
|
||
|
{
|
||
|
CSimpleShadow::CSimpleShadow(float, float, float, float)
|
||
|
{
|
||
|
|
||
|
}
|
||
|
}
|