using System; namespace Valve.VR { public struct AppOverrideKeys_t { public IntPtr pchKey; public IntPtr pchValue; } }