Add undef

This commit is contained in:
Miloslav Číž 2021-01-10 20:44:45 +01:00
parent 298a108ca4
commit a13d659936
2 changed files with 4 additions and 2 deletions

View File

@ -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;

View File

@ -39,7 +39,7 @@ if [ $1 == "sdl" ]; then
echo ${COMMAND} echo ${COMMAND}
${COMMAND} && ./anarch ${COMMAND} && ./anarch -w
elif [ $1 == "terminal" ]; then elif [ $1 == "terminal" ]; then
# PC terminal build, requires: # PC terminal build, requires:
# - g++ # - g++