Merge towerlogic() into gamelogic()

This doesn't change anything functionality-wise, but it does remove a
lot of duplicate code, which makes it easier to work on.
This commit is contained in:
Misa
2020-04-24 21:19:41 -07:00
committed by Ethan Lee
parent 841bfb7eae
commit c040ceda29
3 changed files with 296 additions and 399 deletions

View File

@@ -16,8 +16,6 @@ void gamecompletelogic();
void gamecompletelogic2();
void towerlogic();
void gamelogic();
#endif /* LOGIC_H */