summaryrefslogtreecommitdiff
path: root/Assembly_Firstpass/Steamworks/HTML_ChangedTitle_t.cs
blob: e60b38994162e309e42c43ade1b8d395374960e5 (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(4508)]
public struct HTML_ChangedTitle_t
{
	public const int k_iCallback = 4508;

	public HHTMLBrowser unBrowserHandle;

	public string pchTitle;
}