jsfw/hid.h

8 lines
55 B
C
Raw Normal View History

2022-08-27 19:29:43 -05:00
#ifndef HID_H
#define HID_H
void hid_main();
#endif