mirror of
https://gitlab.com/drummyfish/anarch.git
synced 2024-12-21 23:08:49 -05:00
Add undef
This commit is contained in:
parent
298a108ca4
commit
a13d659936
@ -245,7 +245,7 @@ int8_t SFG_keyPressed(uint8_t key)
|
|||||||
checkMouse(<)
|
checkMouse(<)
|
||||||
|
|
||||||
#undef checkMouse
|
#undef checkMouse
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
@ -253,6 +253,8 @@ int8_t SFG_keyPressed(uint8_t key)
|
|||||||
|
|
||||||
default: return 0; break;
|
default: return 0; break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#undef k
|
||||||
}
|
}
|
||||||
|
|
||||||
int running;
|
int running;
|
||||||
|
Loading…
Reference in New Issue
Block a user