mirror of
https://github.com/MonsterDruide1/OdysseyDecomp.git
synced 2024-11-27 07:10:33 +00:00
actor: Add ActorPrepassLightKeeper
This commit is contained in:
parent
0cd75fbe0e
commit
abd1072d54
8
lib/al/actor/ActorPrepassLightKeeper.h
Normal file
8
lib/al/actor/ActorPrepassLightKeeper.h
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
#pragma once
|
||||||
|
|
||||||
|
namespace al {
|
||||||
|
class ActorPrePassLightKeeper {
|
||||||
|
public:
|
||||||
|
void initAfterPlacement();
|
||||||
|
};
|
||||||
|
};
|
Loading…
Reference in New Issue
Block a user