1
0
mirror of https://github.com/FunkyFr3sh/cnc-ddraw.git synced 2025-03-23 08:52:25 +01:00
cnc-ddraw/inc/directinput.h
2020-10-13 09:20:52 +02:00

8 lines
95 B
C

#ifndef DINPUTINPUT_H
#define DINPUTINPUT_H
void dinput_hook();
void dinput_unhook();
#endif