Add support for building engine target as shared library on all platforms
This commit is contained in:
@@ -23,6 +23,9 @@ public:
|
||||
/// </summary>
|
||||
static void* Instance;
|
||||
|
||||
// Native exceptions handling function.
|
||||
static long __stdcall SehExceptionHandler(struct _EXCEPTION_POINTERS* ep);
|
||||
|
||||
public:
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user