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

namespace Steamworks;

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

	public HHTMLBrowser unBrowserHandle;

	public string pchMsg;
}