Add FLAXENGINE_API to platform specific classes
This commit is contained in:
@@ -11,7 +11,7 @@ typedef struct AAsset AAsset;
|
||||
/// <summary>
|
||||
/// Android platform file object implementation.
|
||||
/// </summary>
|
||||
class AndroidFile : public UnixFile
|
||||
class FLAXENGINE_API AndroidFile : public UnixFile
|
||||
{
|
||||
public:
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
/// <summary>
|
||||
/// Thread object for Android platform.
|
||||
/// </summary>
|
||||
class AndroidThread : public UnixThread
|
||||
class FLAXENGINE_API AndroidThread : public UnixThread
|
||||
{
|
||||
public:
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
/// <summary>
|
||||
/// Implementation of the window class for Android platform.
|
||||
/// </summary>
|
||||
class AndroidWindow : public WindowBase
|
||||
class FLAXENGINE_API AndroidWindow : public WindowBase
|
||||
{
|
||||
friend AndroidPlatform;
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user