LeviLamina
Loading...
Searching...
No Matches
ContainerContentChangeListener.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // virtual functions
8 // NOLINTBEGIN
9 virtual void containerContentChanged(int) = 0;
10
12 // NOLINTEND
13
14public:
15 // destructor thunk
16 // NOLINTBEGIN
17 MCFOLD void $dtor();
18 // NOLINTEND
19
20public:
21 // virtual function thunks
22 // NOLINTBEGIN
23
24 // NOLINTEND
25
26public:
27 // vftables
28 // NOLINTBEGIN
29 MCAPI static void** $vftable();
30 // NOLINTEND
31};
Definition ContainerContentChangeListener.h:5