mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-14 05:51:22 +00:00
18 lines
220 B
C++
18 lines
220 B
C++
#ifndef __URDE_CWORLDSHADOW_HPP__
|
|
#define __URDE_CWORLDSHADOW_HPP__
|
|
|
|
#include "RetroTypes.hpp"
|
|
|
|
namespace urde
|
|
{
|
|
|
|
class CWorldShadow
|
|
{
|
|
public:
|
|
CWorldShadow(u32, u32, bool);
|
|
};
|
|
|
|
}
|
|
|
|
#endif // __URDE_CWORLDSHADOW_HPP__
|