had a stab at my incorrect pointer code
[bcl.git] / keyboard.h
blobdc5c4cc2174ec2b913cee6e08db796a130d829aa
1 #ifndef _keyboard_h
2 #define _keyboard_h
4 extern DECLSPEC int isKeyDown(int);
5 extern DECLSPEC int isKeyPressed(int key);
7 #endif