11 lines
190 B
C
11 lines
190 B
C
#ifndef STEP_2_H
|
|
#define STEP_2_H
|
|
|
|
#include <random>
|
|
#include "../drivers/tft.h"
|
|
#include "../drivers/speaker.h"
|
|
#include "../drivers/bottom_half.h"
|
|
|
|
void step2(void);
|
|
|
|
#endif /* STEP_2_H */ |