Watch
2
0
Fork
You've already forked raylib-cs
0

Replace old version of GetDroppedUtils

This commit is contained in:
Rgebee 2021-11-06 22:48:28 +00:00
commit 222d0f538e
2 changed files with 2 additions and 5 deletions

View file

@ -542,7 +542,7 @@ namespace Raylib_cs
/// <summary>Get dropped files names (memory should be freed)</summary>
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
public static extern IntPtr GetDroppedFiles(ref int count);
public static unsafe extern byte** GetDroppedFiles(int* count);
/// <summary>Clear dropped files paths buffer (free memory)</summary>
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]