Grumble, C# structs...

This commit is contained in:
Ethan Lee 2013-08-10 13:58:57 -04:00
parent a9f3447df3
commit 482319f9b0

View File

@ -4104,8 +4104,8 @@ namespace SDL2
// Replay // Replay
public uint length; public uint length;
// Rumble // Rumble
ushort large_magnitude; public ushort large_magnitude;
ushort small_magnitude; public ushort small_magnitude;
} }
[StructLayout(LayoutKind.Sequential)] [StructLayout(LayoutKind.Sequential)]