From ee06a70ea6ac51aa451d55c92b807346458822d7 Mon Sep 17 00:00:00 2001 From: reduz Date: Thu, 15 Oct 2020 12:29:59 -0300 Subject: Refactor MethodBind to use variadic templates Removed make_binders and the old style generated binders. --- platform/iphone/game_center.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'platform/iphone/game_center.h') diff --git a/platform/iphone/game_center.h b/platform/iphone/game_center.h index 6705674ac6..10c8ef52fb 100644 --- a/platform/iphone/game_center.h +++ b/platform/iphone/game_center.h @@ -33,7 +33,7 @@ #ifndef GAME_CENTER_H #define GAME_CENTER_H -#include "core/object.h" +#include "core/class_db.h" class GameCenter : public Object { GDCLASS(GameCenter, Object); -- cgit v1.2.3