mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 00:27:42 +00:00
CRasterFont: Remove ignored maybe_unused attributes
This commit is contained in:
@@ -7,13 +7,13 @@ namespace urde {
|
||||
class CStateManager;
|
||||
|
||||
struct CStaticInterferenceSource {
|
||||
TUniqueId id;
|
||||
float magnitude;
|
||||
float timeLeft;
|
||||
TUniqueId x0_id;
|
||||
float x4_magnitude;
|
||||
float x8_timeLeft;
|
||||
};
|
||||
|
||||
class CStaticInterference {
|
||||
std::vector<CStaticInterferenceSource> m_sources;
|
||||
std::vector<CStaticInterferenceSource> x0_sources;
|
||||
|
||||
public:
|
||||
explicit CStaticInterference(size_t sourceCount);
|
||||
|
||||
Reference in New Issue
Block a user