2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 03:47:43 +00:00

macOS build sync

This commit is contained in:
Jack Andersen
2016-09-29 17:33:35 -10:00
parent 6c765d19fd
commit 7b8c9c114c
8 changed files with 126 additions and 36 deletions

View File

@@ -15,7 +15,7 @@ public:
void SetEnergyDrainIntensity(float);
float GetEnergyDrainIntensity() const;
bool operator<(const CEnergyDrainSource& other);
bool operator<(const CEnergyDrainSource& other) const;
};
}
#endif // __URDE_CENERGYDRAINSOURCE_HPP__