utils.h 118 B

1234567
  1. #pragma once
  2. #ifndef _XBOX
  3. #include <guiddef.h>
  4. bool IsXInputDevice(const GUID* pGuidProductFromDirectInput);
  5. #endif