From e3998528e021d2722b40bc1bcda809baaa2cce3b Mon Sep 17 00:00:00 2001 From: Poommetee Ketson Date: Fri, 23 Jun 2017 22:03:41 +0700 Subject: BuildSystem: generated files have .gen.extension --- core/method_bind.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/method_bind.h') diff --git a/core/method_bind.h b/core/method_bind.h index 8d72c8573a..dbc9cca082 100644 --- a/core/method_bind.h +++ b/core/method_bind.h @@ -343,6 +343,6 @@ MethodBind *create_vararg_method_bind(Variant (T::*p_method)(const Variant **, i // if you declare an nonexistent class.. class __UnexistingClass; -#include "method_bind.inc" +#include "method_bind.gen.inc" #endif -- cgit v1.2.3