Add missing FLAXENGINE_API expose macro to engine math types
This commit is contained in:
@@ -10,7 +10,7 @@ struct Matrix;
|
||||
struct Rectangle;
|
||||
|
||||
// Describes the viewport dimensions.
|
||||
API_STRUCT(InBuild) struct Viewport
|
||||
API_STRUCT(InBuild) struct FLAXENGINE_API Viewport
|
||||
{
|
||||
public:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user