2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-16 01:37:03 +00:00

CPuddleSpore: Make static const class data internally linked

Makes the data an implementation detail and also allows for the
string_view array to be declared constexpr.
This commit is contained in:
Lioncash
2020-03-16 16:25:24 -04:00
parent 7039232a95
commit 2ae02eefb0
2 changed files with 5 additions and 4 deletions

View File

@@ -11,8 +11,6 @@
namespace urde::MP1 {
class CPuddleSpore : public CPatterned {
static constexpr u32 kEyeCount = 16;
static const std::string_view kEyeLocators[16];
float x568_ = 0.f;
float x56c_ = 0.f;
float x570_;