mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 23:07:42 +00:00
Various CStateManager additions and camera stubs
This commit is contained in:
@@ -1,11 +1,19 @@
|
||||
#ifndef __URDE_CPARTICLEDATABASE_HPP__
|
||||
#define __URDE_CPARTICLEDATABASE_HPP__
|
||||
|
||||
#include "CCharacterInfo.hpp"
|
||||
#include "CParticleGenInfo.hpp"
|
||||
#include <map>
|
||||
|
||||
namespace urde
|
||||
{
|
||||
|
||||
class CParticleDatabase
|
||||
{
|
||||
std::map<std::string, std::unique_ptr<CParticleGenInfo>> x3c_;
|
||||
public:
|
||||
void CacheParticleDesc(const CCharacterInfo::CParticleResData& desc);
|
||||
void SetModulationColorAllActiveEffects(const zeus::CColor& color);
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user