diff options
Diffstat (limited to 'Runtime/Mono/MonoExportUtility.h')
-rw-r--r-- | Runtime/Mono/MonoExportUtility.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Runtime/Mono/MonoExportUtility.h b/Runtime/Mono/MonoExportUtility.h new file mode 100644 index 0000000..f6db714 --- /dev/null +++ b/Runtime/Mono/MonoExportUtility.h @@ -0,0 +1,14 @@ +#ifndef MONOEXPORTUTILITY_H +#define MONOEXPORTUTILITY_H + +#include "Runtime/Scripting/ScriptingUtility.h" + +#if ENABLE_MONO +#include "MonoManager.h" + +#if UNITY_EDITOR +ScriptingObjectPtr ClassIDToScriptingTypeObjectIncludingBasicTypes (int classID); +#endif + +#endif +#endif |