godot/modules/mono/glue
Ignacio Roldán Etcheverry 186d7f6239 C#: Remove IL post-processor build dependency
We were using it to workaround a limitation of `Unsafe.AsPointer` and
`ref struct`s. However, we can get the same result with some tricks,
since we have control over the declaration of these structs.
2022-08-22 03:36:52 +02:00
..
GodotSharp C#: Remove IL post-processor build dependency 2022-08-22 03:36:52 +02:00
callable_glue.cpp Fix Callable calls in mono module 2022-07-29 21:56:02 +02:00
runtime_interop.cpp C#: Add dedicated Variant struct, replacing System.Object 2022-08-22 03:36:52 +02:00