mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 05:07:43 +00:00
Fix MP3 SAVW support, code cleanup, and more stubs
This commit is contained in:
14
Runtime/Graphics/CSimpleShadow.hpp
Normal file
14
Runtime/Graphics/CSimpleShadow.hpp
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef __URDE_CSIMPLESHADOW_HPP__
|
||||
#define __URDE_CSIMPLESHADOW_HPP__
|
||||
|
||||
namespace urde
|
||||
{
|
||||
class CSimpleShadow
|
||||
{
|
||||
public:
|
||||
CSimpleShadow() = default;
|
||||
CSimpleShadow(float, float, float, float);
|
||||
};
|
||||
}
|
||||
|
||||
#endif // __URDE_CSIMPLESHADOW_HPP__
|
||||
Reference in New Issue
Block a user