mirror of
https://github.com/isledecomp/isle.git
synced 2025-12-10 16:13:02 +00:00
Add initial .clang-tidy and fixes
This commit is contained in:
@@ -105,8 +105,8 @@
|
||||
class LegoObjectFactory : public MxObjectFactory {
|
||||
public:
|
||||
LegoObjectFactory();
|
||||
virtual MxCore* Create(const char* p_name) override; // vtable 0x14
|
||||
virtual void Destroy(MxCore* p_object) override; // vtable 0x18
|
||||
MxCore* Create(const char* p_name) override; // vtable 0x14
|
||||
void Destroy(MxCore* p_object) override; // vtable 0x18
|
||||
|
||||
// SYNTHETIC: LEGO1 0x10009000
|
||||
// LegoObjectFactory::`scalar deleting destructor'
|
||||
|
||||
Reference in New Issue
Block a user