blk_box_tc/main/steps/step4.h

18 lines
379 B
C

#ifndef STEP_4_H
#define STEP_4_H
#include <random>
#include "../drivers/tft.h"
#include "../drivers/speaker.h"
#include "../drivers/bottom_half.h"
#include "../drivers/game_timer.h"
#include "../drivers/wires.h"
#include "../drivers/char_lcd.h"
#include "../helper.h"
// #define TETRIS_USE_FLASH_IMG
// #define TETRIS_USE_FLASH_BG_IMG
void step4(void);
#endif /* STEP_4_H */