Sleeping Wombat GUI  0.100
swGUI
IncludeDirectInput.h
Go to the documentation of this file.
1 #pragma once
2 
3 #pragma warning( disable : 4005 )
4  #define DIRECTINPUT_VERSION 0x0800
5  #include <Windows.h>
6  #include <dinput.h>
7 #pragma warning( default : 4005 )
8