mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 01:47:42 +00:00
New code style refactor
This commit is contained in:
@@ -1,12 +1,7 @@
|
||||
#include "CEnergyDrainSource.hpp"
|
||||
|
||||
namespace urde
|
||||
{
|
||||
namespace urde {
|
||||
|
||||
CEnergyDrainSource::CEnergyDrainSource(TUniqueId src, float intensity)
|
||||
: x0_source(src)
|
||||
, x4_intensity(intensity)
|
||||
{
|
||||
}
|
||||
CEnergyDrainSource::CEnergyDrainSource(TUniqueId src, float intensity) : x0_source(src), x4_intensity(intensity) {}
|
||||
|
||||
}
|
||||
} // namespace urde
|
||||
|
||||
Reference in New Issue
Block a user