diff options
| author | Rémi Verschelde | 2017-06-25 11:08:36 +0200 |
|---|---|---|
| committer | GitHub | 2017-06-25 11:08:36 +0200 |
| commit | 87fd71244be7b185f0525c6b33850f7075b1425a (patch) | |
| tree | ff58ebdfd8cfed4d960036336c607a7f95cb8659 /core/method_bind.h | |
| parent | 8efd835009bdb47670a76432fd128f582ef6be38 (diff) | |
| parent | e3998528e021d2722b40bc1bcda809baaa2cce3b (diff) | |
| download | godot-87fd71244be7b185f0525c6b33850f7075b1425a.tar.gz godot-87fd71244be7b185f0525c6b33850f7075b1425a.tar.zst godot-87fd71244be7b185f0525c6b33850f7075b1425a.zip | |
Merge pull request #9334 from Noshyaar/pr-genh
BuildSystem: generated files have .gen.extension
Diffstat (limited to '')
| -rw-r--r-- | core/method_bind.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/method_bind.h b/core/method_bind.h index 8d72c8573..dbc9cca08 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 |
