Renaming & more CActor progress

This commit is contained in:
2022-08-15 22:14:28 -04:00
parent 8e90988b5c
commit bcfefcc34a
82 changed files with 1579 additions and 1043 deletions

View File

@@ -31,6 +31,7 @@ public:
kAD_Backward,
};
void PreRender();
void SetParticleEffectState(const rstl::string& name, bool active, CStateManager& mgr) {
x120_particleDB.SetParticleEffectState(name, active, mgr);
}