Added enColor and disColor to simplify colors
This commit is contained in:
@@ -69,3 +69,5 @@ void trollHandleImpressive(hitfeed *hf, game_state *gs, int hits);
|
||||
void drawFigure(game_state *gs, int drawNext);
|
||||
void animateLineClear(game_state *gs, int line, int offsetMultiplier);
|
||||
void printHitFeed(game_state *gs, hitfeed *hf);
|
||||
void enColor(int color);
|
||||
void disColor(int color);
|
||||
|
Reference in New Issue
Block a user