mirror of
https://github.com/sarah-walker-pcem/pcem.git
synced 2025-07-23 11:43:03 +02:00
7 lines
112 B
C
7 lines
112 B
C
#ifndef _PLAT_DINPUT_H_
|
|
#define _PLAT_DINPUT_H_
|
|
|
|
extern LPDIRECTINPUT lpdi;
|
|
|
|
#endif /* _PLAT_DINPUT_H_ */
|