diff options
| author | Paul Joannon | 2018-01-18 18:17:29 +0100 |
|---|---|---|
| committer | Paul Joannon | 2018-02-17 19:29:26 +0100 |
| commit | efd52cd1725145dc9c8038477dbe133b23868e99 (patch) | |
| tree | ac427f4b44ba9935d953e4b0c9c6df6676ce1dfb /modules/mono/mono_gd/gd_mono_utils.h | |
| parent | 3d4bf5a90e9b32c6c93647c7fa08785b22cd5442 (diff) | |
| download | godot-efd52cd1725145dc9c8038477dbe133b23868e99.tar.gz godot-efd52cd1725145dc9c8038477dbe133b23868e99.tar.zst godot-efd52cd1725145dc9c8038477dbe133b23868e99.zip | |
Diffstat (limited to 'modules/mono/mono_gd/gd_mono_utils.h')
| -rw-r--r-- | modules/mono/mono_gd/gd_mono_utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/mono/mono_gd/gd_mono_utils.h b/modules/mono/mono_gd/gd_mono_utils.h index 259da46c3..1a34180d1 100644 --- a/modules/mono/mono_gd/gd_mono_utils.h +++ b/modules/mono/mono_gd/gd_mono_utils.h @@ -108,6 +108,7 @@ struct MonoCache { GDMonoClass *class_ExportAttribute; GDMonoField *field_ExportAttribute_hint; GDMonoField *field_ExportAttribute_hintString; + GDMonoClass *class_SignalAttribute; GDMonoClass *class_ToolAttribute; GDMonoClass *class_RemoteAttribute; GDMonoClass *class_SyncAttribute; |
