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

	public HHTMLBrowser unBrowserHandle;

	public string pchURL;
}