Browse Source

Add URHO3D_API specifier.

Lasse Öörni 10 năm trước cách đây
mục cha
commit
e95feb9d7e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Source/Urho3D/Navigation/NavigationMesh.h

+ 1 - 1
Source/Urho3D/Navigation/NavigationMesh.h

@@ -75,7 +75,7 @@ enum NavigationPathPointFlag
     NAVPATHFLAG_OFF_MESH = 0x04
 };
 
-struct NavigationPathPoint
+struct URHO3D_API NavigationPathPoint
 {
     /// World-space position of the path point
     Vector3 position_;