taylorconor / tinytetris

80x23 terminal tetris!
Apache License 2.0
2.99k stars 593 forks source link

fixed some bugs: the program wasn't compiling because some functions … #25

Open alaidine opened 1 year ago

alaidine commented 1 year ago

…had a return type of int but no return value so i changed their return types to void