At the beginning of an "IF" statement, I have:
if (SHORT GetKeyState(int 48)==1){
When compiling I get a syntax error just before the constant, and I've played around with it a bit, but haven't found what to do.
Could someone fix this or explain to me why it's not working?