diff options
| author | Ignacio Etcheverry | 2018-01-04 21:05:46 +0100 |
|---|---|---|
| committer | Ignacio Etcheverry | 2018-01-04 21:16:22 +0100 |
| commit | 119a910bc6b7472f014773997bc036a461b44a38 (patch) | |
| tree | d193775b802124cc79fae0ead86c2b1800f77c79 /modules/mono/mono_gd/gd_mono_header.h | |
| parent | f9f6f250e68853dc0b3ab397145b8c060e1cb110 (diff) | |
| download | godot-119a910bc6b7472f014773997bc036a461b44a38.tar.gz godot-119a910bc6b7472f014773997bc036a461b44a38.tar.zst godot-119a910bc6b7472f014773997bc036a461b44a38.zip | |
Diffstat (limited to 'modules/mono/mono_gd/gd_mono_header.h')
| -rw-r--r-- | modules/mono/mono_gd/gd_mono_header.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/mono/mono_gd/gd_mono_header.h b/modules/mono/mono_gd/gd_mono_header.h index a749aa876..ceacc80ab 100644 --- a/modules/mono/mono_gd/gd_mono_header.h +++ b/modules/mono/mono_gd/gd_mono_header.h @@ -34,8 +34,10 @@ class GDMonoAssembly; class GDMonoClass; -class GDMonoMethod; +class GDMonoClassMember; class GDMonoField; +class GDMonoProperty; +class GDMonoMethod; struct ManagedType { int type_encoding; |
