(clang-format) Add RemoveSemicolon (#506)

This commit is contained in:
Christian Semmler
2024-01-29 17:30:20 -05:00
committed by GitHub
parent bcdddd4c7e
commit baed704a38
39 changed files with 81 additions and 80 deletions

View File

@@ -14,13 +14,13 @@ public:
{
// STRING: LEGO1 0x100f0154
return "Act1State";
};
}
// FUNCTION: LEGO1 0x100338b0
inline virtual MxBool IsA(const char* p_name) const override // vtable+0x10
{
return !strcmp(p_name, Act1State::ClassName()) || LegoState::IsA(p_name);
};
}
virtual MxBool SetFlag() override; // vtable+0x18
virtual MxResult VTable0x1c(LegoFile* p_legoFile) override; // vtable+0x1c