mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-23 00:52:18 +01:00
8 lines
95 B
C
8 lines
95 B
C
#ifndef DINPUTINPUT_H
|
|
#define DINPUTINPUT_H
|
|
|
|
void dinput_hook();
|
|
void dinput_unhook();
|
|
|
|
#endif
|