developing on windows for linux

This commit is contained in:
Steven Tracey 2024-11-27 20:44:00 -05:00
parent fa10b2967c
commit feceacdac7

View File

@ -76,8 +76,8 @@ int computeWidth(char* text, sFONT *font) {
return font->Width * strlen(text); return font->Width * strlen(text);
} }
void setBlocking(int bool) { void setBlocking(int b) {
isBlocking = bool; isBlocking = b;
} }
int readButtons() { int readButtons() {