mirror of
https://github.com/shadowfacts/jinput-arm64.git
synced 2026-01-20 15:40:18 +01:00
14 lines
234 B
C
14 lines
234 B
C
/*
|
|
* %W% %E%
|
|
*
|
|
* Copyright 2002 Sun Microsystems, Inc. All rights reserved.
|
|
* SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
|
*/
|
|
|
|
#ifndef DXVERSION_H
|
|
#define DXVERSION_H
|
|
|
|
#define DIRECTINPUT_VERSION 0x0800
|
|
|
|
#endif
|