mirror of https://github.com/AxioDL/metaforce.git
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__
|