Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Interop.cs
Go to the documentation of this file.
2
3internal static class Interop
4{
5 internal static class User32
6 {
7 [DllImport("user32.dll", ExactSpelling = true)]
8 [SuppressGCTransition]
9 internal static extern uint GetSysColor(int nIndex);
10 }
11}
static uint GetSysColor(int nIndex)