Add missing FLAXENGINE_API expose macro to engine math types

This commit is contained in:
Wojtek Figat
2021-01-12 19:00:54 +01:00
parent 6252c111b4
commit fd268f4e15
13 changed files with 20 additions and 26 deletions

View File

@@ -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: