ns/dev/performance-3.0.5/source/cl_dll/kbutton.h
2005-06-29 13:51:58 +00:00

11 lines
No EOL
210 B
C

#if !defined( KBUTTONH )
#define KBUTTONH
#pragma once
typedef struct kbutton_s
{
int down[2]; // key nums holding it down
int state; // low bit is down state
} kbutton_t;
#endif // !KBUTTONH