Renaming & more CActor progress

Former-commit-id: bcfefcc34a
This commit is contained in:
2022-08-15 22:14:28 -04:00
parent 9675db47b4
commit f3e607a3af
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);
}