mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 21:47:42 +00:00
Tons of DrawWorld-related implementations
This commit is contained in:
@@ -3,11 +3,14 @@
|
||||
|
||||
namespace urde
|
||||
{
|
||||
class CTexture;
|
||||
|
||||
class CSimpleShadow
|
||||
{
|
||||
public:
|
||||
CSimpleShadow() = default;
|
||||
CSimpleShadow(float, float, float, float);
|
||||
void Render(const CTexture* tex);
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user