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