Sound4Calc/autre/syscall.h

13 lines
157 B
C

#ifndef _SYSCALL_H
#define _SYSCALL_H
int IsKeyDown(short* matrixcode);
#define KEY_CTRL_EXE 0x0201
#define KEY_CTRL_SHIFT 0x0608
#endif