diff options
Diffstat (limited to 'Assembly_Firstpass/Steamworks/MusicPlayerRemoteToFront_t.cs')
-rw-r--r-- | Assembly_Firstpass/Steamworks/MusicPlayerRemoteToFront_t.cs | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Assembly_Firstpass/Steamworks/MusicPlayerRemoteToFront_t.cs b/Assembly_Firstpass/Steamworks/MusicPlayerRemoteToFront_t.cs new file mode 100644 index 0000000..1c7c82a --- /dev/null +++ b/Assembly_Firstpass/Steamworks/MusicPlayerRemoteToFront_t.cs @@ -0,0 +1,10 @@ +using System.Runtime.InteropServices; + +namespace Steamworks; + +[StructLayout(LayoutKind.Sequential, Pack = 8, Size = 1)] +[CallbackIdentity(4103)] +public struct MusicPlayerRemoteToFront_t +{ + public const int k_iCallback = 4103; +} |