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

@@ -8,7 +8,7 @@
/// <summary>
/// Represents a plane in three dimensional space.
/// </summary>
API_STRUCT() struct Plane
API_STRUCT() struct FLAXENGINE_API Plane
{
DECLARE_SCRIPTING_TYPE_MINIMAL(Plane);
public: