7 lines
95 B
C
7 lines
95 B
C
#ifndef DINPUTINPUT_H
|
|
#define DINPUTINPUT_H
|
|
|
|
void dinput_hook();
|
|
void dinput_unhook();
|
|
|
|
#endif
|