mirror of
https://github.com/isledecomp/isle.git
synced 2025-12-10 08:03:13 +00:00
Fix various state classes/missing annotations (#503)
This commit is contained in:
committed by
GitHub
parent
96234ddc23
commit
35def3013a
@@ -10,7 +10,7 @@
|
||||
class InfocenterState : public LegoState {
|
||||
public:
|
||||
InfocenterState();
|
||||
virtual ~InfocenterState();
|
||||
virtual ~InfocenterState() override;
|
||||
|
||||
// FUNCTION: LEGO1 0x10071840
|
||||
inline virtual const char* ClassName() const override // vtable+0x0c
|
||||
|
||||
Reference in New Issue
Block a user