Comment fix + DIRECTINPUT_VERSION set.
parent
5ae68dbecf
commit
0d38773350
|
@ -12,9 +12,12 @@
|
|||
// * GNU General Public License for more details.
|
||||
// *
|
||||
// * You should have received a copy of the GNU General Public License
|
||||
// * along with this program. If not, see http://www.gnu.org/licenses/.// joystick.cpp
|
||||
// * along with this program. If not, see http://www.gnu.org/licenses/.
|
||||
|
||||
// joystick.cpp
|
||||
|
||||
#define STRICT
|
||||
#define DIRECTINPUT_VERSION 0x0700
|
||||
|
||||
#include <windows.h>
|
||||
#include <dinput.h>
|
||||
|
|
Loading…
Reference in New Issue