13 lines
228 B
C
13 lines
228 B
C
#ifndef STEP_4_H
|
|
#define STEP_4_H
|
|
|
|
#include <random>
|
|
#include "../drivers/bottom_half.h"
|
|
#include "../drivers/wires.h"
|
|
#include "../drivers/speaker.h"
|
|
#include "../drivers/game_timer.h"
|
|
|
|
void step4(void);
|
|
|
|
#endif /* STEP_4_H */
|