Merge commit '0112f70c05ddfb9c91dacb0829594ab2f285c248' into dotnet7

This commit is contained in:
Wojtek Figat
2023-03-12 11:04:17 +01:00
42 changed files with 1389 additions and 116 deletions

View File

@@ -10,7 +10,7 @@
/// <summary>
/// Thread object for Mac platform.
/// </summary>
class MacThread : public UnixThread
class FLAXENGINE_API MacThread : public UnixThread
{
public:

View File

@@ -10,7 +10,7 @@
/// <summary>
/// Implementation of the window class for Mac platform.
/// </summary>
class MacWindow : public WindowBase
class FLAXENGINE_API MacWindow : public WindowBase
{
private: