summaryrefslogtreecommitdiff
path: root/Assembly_Firstpass/Steamworks/HTML_HideToolTip_t.cs
blob: e0d2d3bfd6411b959b372b49a7e7687432085258 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
using System.Runtime.InteropServices;

namespace Steamworks;

[StructLayout(LayoutKind.Sequential, Pack = 8)]
[CallbackIdentity(4526)]
public struct HTML_HideToolTip_t
{
	public const int k_iCallback = 4526;

	public HHTMLBrowser unBrowserHandle;
}