blk_box_tc/main/steps/p001_step4.h

14 lines
248 B
C

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