From 995a40e8efa9f7a868a6706e30c476305e16180b Mon Sep 17 00:00:00 2001 From: Ignacio Etcheverry Date: Wed, 12 Sep 2018 21:22:43 +0200 Subject: Move modules/mono/glue/cs_files to modules/mono/glue/Managed/Files Added dummy MSBuild project and solution to get tooling help when editing these files. --- modules/mono/glue/Managed/Files/Interfaces/IAwaitable.cs | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 modules/mono/glue/Managed/Files/Interfaces/IAwaitable.cs (limited to 'modules/mono/glue/Managed/Files/Interfaces/IAwaitable.cs') diff --git a/modules/mono/glue/Managed/Files/Interfaces/IAwaitable.cs b/modules/mono/glue/Managed/Files/Interfaces/IAwaitable.cs new file mode 100644 index 0000000000..0397957d00 --- /dev/null +++ b/modules/mono/glue/Managed/Files/Interfaces/IAwaitable.cs @@ -0,0 +1,12 @@ +namespace Godot +{ + public interface IAwaitable + { + IAwaiter GetAwaiter(); + } + + public interface IAwaitable + { + IAwaiter GetAwaiter(); + } +} -- cgit v1.2.3