mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-13 19:26:08 +00:00
@@ -14,7 +14,12 @@ struct CStaticInterferenceSource {
|
||||
|
||||
class CStaticInterference {
|
||||
public:
|
||||
CStaticInterference(int);
|
||||
CStaticInterference(int sourceCount);
|
||||
|
||||
void AddSource(TUniqueId id, float magnitude, float duration);
|
||||
void RemoveSource(TUniqueId id);
|
||||
void Update(CStateManager&, float dt);
|
||||
float GetTotalInterference() const;
|
||||
|
||||
private:
|
||||
rstl::vector< CStaticInterferenceSource > sources;
|
||||
|
||||
Reference in New Issue
Block a user