split method_bind_common.h from method_bind.h

This commit is contained in:
StarryWorm
2026-03-18 16:50:00 -04:00
parent 456bdea954
commit 189c9497b3
5 changed files with 535 additions and 500 deletions
+2 -3
View File
@@ -28,10 +28,9 @@
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
/**************************************************************************/
#include "method_bind.h"
#include "core/object/object.h"
// object.h needs to be the first include *before* method_bind.h
// FIXME: Find out why and fix potential cyclical dependencies.
#include "core/object/method_bind.h"
uint32_t MethodBind::get_hash() const {
MethodInfo mi;