actor: Add ActorPrepassLightKeeper

This commit is contained in:
shibbo 2021-11-13 19:09:58 +01:00 committed by MonsterDruide1
parent 0cd75fbe0e
commit abd1072d54

View File

@ -0,0 +1,8 @@
#pragma once
namespace al {
class ActorPrePassLightKeeper {
public:
void initAfterPlacement();
};
};