Add support for building engine target as shared library on all platforms

This commit is contained in:
2023-11-15 22:56:23 +01:00
parent 80a30f504a
commit ee6a311406
7 changed files with 42 additions and 15 deletions
@@ -23,6 +23,9 @@ public:
/// </summary>
static void* Instance;
// Native exceptions handling function.
static long __stdcall SehExceptionHandler(struct _EXCEPTION_POINTERS* ep);
public:
/// <summary>