summaryrefslogtreecommitdiff
path: root/Assembly_Firstpass/Steamworks/SteamAPIWarningMessageHook_t.cs
blob: aea757a2e4c3dc02fdd4ef4552360a852dffe61a (plain)
1
2
3
4
5
6
7
using System.Runtime.InteropServices;
using System.Text;

namespace Steamworks;

[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
public delegate void SteamAPIWarningMessageHook_t(int nSeverity, StringBuilder pchDebugText);