mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 13:07:42 +00:00
Plenty of dependency stubs for CStateManager
This commit is contained in:
17
Runtime/World/CWorldShadow.hpp
Normal file
17
Runtime/World/CWorldShadow.hpp
Normal file
@@ -0,0 +1,17 @@
|
||||
#ifndef __URDE_CWORLDSHADOW_HPP__
|
||||
#define __URDE_CWORLDSHADOW_HPP__
|
||||
|
||||
#include "RetroTypes.hpp"
|
||||
|
||||
namespace urde
|
||||
{
|
||||
|
||||
class CWorldShadow
|
||||
{
|
||||
public:
|
||||
CWorldShadow(u32, u32, bool);
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif // __URDE_CWORLDSHADOW_HPP__
|
||||
Reference in New Issue
Block a user