mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-14 12:31:22 +00:00
11 lines
97 B
C++
11 lines
97 B
C++
#include "CWorldShadow.hpp"
|
|
|
|
namespace urde
|
|
{
|
|
|
|
CWorldShadow::CWorldShadow(u32, u32, bool)
|
|
{
|
|
}
|
|
|
|
}
|