Skip to content

Commit 228fa3b

Browse files
Added FNA3D_LinkedVersion DllImport
1 parent ff1377f commit 228fa3b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/Graphics/FNA3D.cs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,13 @@ public struct FNA3D_PresentationParameters
144144

145145
#endregion
146146

147+
#region Versioning
148+
149+
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
150+
public static extern uint FNA3D_LinkedVersion();
151+
152+
#endregion
153+
147154
#region Logging
148155

149156
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]

0 commit comments

Comments
 (0)