14 lines
228 B
C
14 lines
228 B
C
#ifndef STEP_4_H
|
|
#define STEP_4_H
|
|
|
|
#include <random>
|
|
#include "../drivers/all.h"
|
|
#include "../helper.h"
|
|
#include "esp_log.h"
|
|
|
|
#define TETRIS_USE_FLASH_IMG
|
|
#define TETRIS_USE_FLASH_BG_IMG
|
|
|
|
void step4(void);
|
|
|
|
#endif /* STEP_4_H */ |