summaryrefslogtreecommitdiff
path: root/Assembly_Firstpass/Steamworks/SteamAPI_CheckCallbackRegistered_t.cs
blob: 69906a8bf094fb7504c58866296f7e21d9172902 (plain)
1
2
3
4
5
6
using System.Runtime.InteropServices;

namespace Steamworks;

[UnmanagedFunctionPointer(CallingConvention.StdCall)]
public delegate void SteamAPI_CheckCallbackRegistered_t(int iCallbackNum);