aboutsummaryrefslogtreecommitdiff
path: root/modules/mono/mono_gd/gd_mono_header.h
diff options
context:
space:
mode:
authorIgnacio Etcheverry2018-01-04 21:05:46 +0100
committerIgnacio Etcheverry2018-01-04 21:16:22 +0100
commit119a910bc6b7472f014773997bc036a461b44a38 (patch)
treed193775b802124cc79fae0ead86c2b1800f77c79 /modules/mono/mono_gd/gd_mono_header.h
parentf9f6f250e68853dc0b3ab397145b8c060e1cb110 (diff)
downloadgodot-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.h4
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;