blk_box_tc/main/steps/p001_step4.h
2026-04-10 11:14:15 -05:00

18 lines
393 B
C

#ifndef P001_STEP_4_H
#define P001_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 p001_step4(void);
#endif /* P001_STEP_4_H */