blob: 4a32edb6323adea7224ae37eb0f8e032ae99e3ab (
plain)
1
2
3
4
5
6
7
8
|
// Copyright 2008 Dolphin Emulator Project
// Licensed under GPLv2+
// Refer to the license.txt file included.
#pragma once
#define DIRECTINPUT_VERSION 0x0800
#include <dinput.h>
|