get int16_t definition
This commit is contained in:
parent
d03069ce98
commit
b3c43224b8
1 changed files with 2 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
|||
#include <stdint.h>
|
||||
|
||||
#define KBD_FLAG_LSHIFT 0x01
|
||||
#define KBD_FLAG_LCONTROL 0x02
|
||||
#define KBD_FLAG_LALT 0x04
|
||||
|
|
|
|||
Loading…
Reference in a new issue